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

[BUG] pip install fails in python 3.11 #607

Open
apurvvarshney opened this issue Jan 29, 2024 · 2 comments
Open

[BUG] pip install fails in python 3.11 #607

apurvvarshney opened this issue Jan 29, 2024 · 2 comments
Labels

Comments

@apurvvarshney
Copy link
Contributor

Describe the bug
pip install fails in python 3.11 if the environment doesn't have numpy. The same works in 3.10

To Reproduce
Steps to reproduce the behavior:

  1. conda create --name p2p python=3.11
  2. conda activate p2p
  3. pip install pulse2percept
  4. ModuleNotFoundError: No module named 'numpy'

Screenshots
image

@apurvvarshney
Copy link
Contributor Author

when installing via wsl (windows subsystem) and miniconda, used requirements.txt file, cython, gcc and g++

@tallyhawley
Copy link
Member

This is related to #571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants