-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
I run in this error when trying to test the repo on Docker Play. Please follow these steps to reproduce
- Got to https://labs.play-with-docker.com/
- Sign in with your Docker Hub Account (you may have to create one first)
- start a new instance
- type
git clone https://github.com/bartdegoede/python-searchengine.git(you can copy paste using Shift + Insert) - cd to newly created directory
- create a venv using
python3 -m venv .venv - activate venv:
source .venv/bin/activate - install requirements:
pip install -r requirements.txt
It will output the following error:

It's possible to install lxml manually using pip install lxml before step 8. But this has no effect
Metadata
Metadata
Assignees
Labels
No labels