This question has been flagged
1
Odpoveď
6834
Zobrazenia
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!
Registrácia| Related Posts | Replies | Zobrazenia | Aktivita | |
|---|---|---|---|---|
|
|
12
nov 25
|
176085 | ||
|
|
1
sep 23
|
3085 | ||
|
|
2
máj 21
|
11610 | ||
|
|
1
nov 19
|
7133 | ||
|
|
2
dec 23
|
44467 |