この質問にフラグが付けられました
1
返信
6826
ビュー
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
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
12
11月 25
|
176077 | |||
|
1
9月 23
|
3085 | |||
|
2
5月 21
|
11609 | |||
|
1
11月 19
|
7132 | |||
|
2
12月 23
|
44467 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.