This question has been flagged
1
Reply
7488
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
|
178476 | ||
|
|
1
set. 23
|
3613 | ||
|
|
2
mai. 21
|
12653 | ||
|
|
1
nov. 19
|
8364 | ||
|
|
2
dez. 23
|
45104 |