Skip to content
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

Python 3.11 ? #41

Closed
fishbacp opened this issue May 25, 2023 · 3 comments
Closed

Python 3.11 ? #41

fishbacp opened this issue May 25, 2023 · 3 comments

Comments

@fishbacp
Copy link

fishbacp commented May 25, 2023

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.

@dokato
Copy link
Owner

dokato commented May 26, 2023

Oh sorry about that, let me check what's happening.

@fishbacp
Copy link
Author

Thanks so much. I should mention that pip list shows I do have numpy 1.24.3 installed.

@dokato
Copy link
Owner

dokato commented May 29, 2023

Huh, sorry, but I couldn't really reproduce your error. Here are my steps starting from a clean python 3.11 environment:

$ conda create -n "py311" python=3.11.3 ipython
$ conda activate py311
$ conda install numpy
$ conda install matplotlib
$ conda install scipy
$ pip install git+https://github.com/dokato/connectivipy.git

BTW with pip install connectivipy it worked as well 🤔

@dokato dokato closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants