-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to install on Windows (issue from docker-py) #108
Comments
Hello, Indeed it's a known issue but we are already using the latest docker library, there is an issue opened docker/docker-py#2902 For now the (easiest) workaround is to downgrade to python 3.9 on Windows. Depending on how things goes (lib maintained by the community in a near future for example) we will see if we'll have to fork or change to whole lib... |
Ah ok, thanks for clarifying |
Re-opening this while there is no fix, so that we can keep it tracked |
Looks like that issue got closed, they updated their pywin32 to 304 which is supported by Python 3.10 in docker/docker-py#3004 |
Yes indeed ! |
Specs
(let me know if you need any more information about my system)
Bug
Exegol fails to install on my Windows machine due to a dependency issue, both when installing via pip and when installing directly from this repository:
Looking at the log when trying to install packages directly, it's the
docker~=5.0.3
package which is the cause since the updated version of the docker package uses the newer pypiwin32 package instead of the older deprecated pywin32 (thread for reference -> https://stackoverflow.com/questions/40981120/python-pip-cannot-find-pywin32-on-windows)Failed Fixes
Could you possibly look into upgrading the docker version used by Exegol so this may work on Windows in the future?
The text was updated successfully, but these errors were encountered: