You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on fresh computer windows 11, after insalling python and git.
running "pip install -r requirements.txt"
causes the installation of dependencies to crash
Workaround seems to be to remove line 8 on requirements.txt
and running "pip install lxml" before running "pip install -r requirements.txt"
when doing this the dependencies install correctly and lxml works
The text was updated successfully, but these errors were encountered:
not a developer to this tool, but i created a bash script from scratch to solve this issue. i also updated some packages to newer versions, which caused errors during installation.
on fresh computer windows 11, after insalling python and git.
running "pip install -r requirements.txt"
causes the installation of dependencies to crash
Workaround seems to be to remove line 8 on requirements.txt
and running "pip install lxml" before running "pip install -r requirements.txt"
when doing this the dependencies install correctly and lxml works
The text was updated successfully, but these errors were encountered: