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
I've enjoyed using this package for a few years now, but I'm unable to install it on a Windows machine running Python 3.11. I know you've tested it with much earlier versions of Python, but I had it working fine on 3.9.9. Any chance I can easily correct the error below?
Typing pip3 install connectivipy returns a fairly long error,
**Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.**
and ending with
**File "C:\Users\fishbacp\AppData\Local\Temp\pip-install-c7i1nbit\connectivipy_18c81df64274429a9b41c91627ce597c\connectivipy\data.py", line 7, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'**
I've installed numpy so that's not the issue.
The text was updated successfully, but these errors were encountered:
I've enjoyed using this package for a few years now, but I'm unable to install it on a Windows machine running Python 3.11. I know you've tested it with much earlier versions of Python, but I had it working fine on 3.9.9. Any chance I can easily correct the error below?
Typing pip3 install connectivipy returns a fairly long error,
and ending with
I've installed numpy so that's not the issue.
The text was updated successfully, but these errors were encountered: