This question has been flagged
1
Reply
6588
Views
Solution:
rm -rf venv
virtualenv -p pythonx venv
source venv/bin/activate
pip install -r requirements.txt
pip uninstall lxml
find .cache -name 'lxml*'
find .cache -name 'lxml*' -delete
pip install lxml
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
12
Nov 25
|
175229 | ||
|
|
1
Sep 23
|
2890 | ||
|
|
2
May 21
|
11227 | ||
|
|
1
Nov 19
|
6697 | ||
|
|
2
Dec 23
|
44185 |