-
Notifications
You must be signed in to change notification settings - Fork 2
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
poetry install issue on windows #8
Comments
@cerrussell, I have made some improvements to make the project install on windows. But could you also take a look at your convenience? |
@prabhu This workflow might be helpful for testing the Windows install... As of now, python 3.8 - 3.10 are able to do chen --download while 3.11 and 3.12 cannot as they can't build a wheel for rocksdb-py. Chen --download --with-science doesn't work on any of the versions due to not being able to build a wheel for pygraphviz. |
Thanks @cerrussell. Have removed rocksdb with this PR. PyGraphviz is a difficult dependency to install on Windows. Scientific work is too difficult for Windows users anyways, so that we can document and focus on Linux and mac users. https://pygraphviz.github.io/documentation/stable/install.html |
Try the new conda-based installer which is working reliably. |
The text was updated successfully, but these errors were encountered: