-
Notifications
You must be signed in to change notification settings - Fork 56
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
Windows Installation issues #164
Comments
I don't want to downgrade my python version (I'm on 3.11) but I can't seem to install Pyeda
And I can't install any of the (latest) wheels: |
@Tom-Evers you'll have to build from the git repo I believe. The last pypi release was way back in 2015. Gohlke's site won't work since there are no wheels there for py3.10 |
Had problems installing via pip and windows with python 3.10.0 and pip 21.3.1 with ERROR exit status 1.
Solution I found was downgrading python to 3.9.6 (and subsequently pip is version 21.1.3) and then used the .whl packages to install.
This required
pip install pyeda-0.28.0-cp38-cp38-win32.whl
or in my case I ranpy -m pip install pyeda-0.28.0-cp39-cp39-win_amd64.whl
This worked for myself and multiple others that I am working with! Hopefully this helps!
The text was updated successfully, but these errors were encountered: