-
Notifications
You must be signed in to change notification settings - Fork 120
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
Possibly outdated dependency #417
Comments
Thank you for submitting your first issue to p5py |
Can you redo the setup on a fresh python virtual environment? I don't have a MAC with me to test this. |
I am a bit confused. In the second picture, you can import the |
Well, it only works after manually updating |
I will take a look into this. We have tests setup for all python versions so tests should be failing if this was a dependency issue. Maybe this is something specific to Mac, but this would require a much more deep dive. |
This issue happened to me as well. Looks a library path problem fixed in glfw >= 2.4.0. Link to the related issue: |
* Update requirements.txt Closes #417 Bump dependency
After following the installation process described here, I received a
RuntimeError
statingCould not import glwf, you may need to `pip install glfw` first.
even thoughglfw
was installed both viabrew
and viapip
(through thep5
dependencies).To Reproduce
glfw
has been installed viabrew
beforehand.This example just imports
glfw
without usingp5
, however I tried running the example in the tutorial at first, which is how I ran into this problem. In that case the error looks as follows:with
test.py
as:System information:
pip
Additional context
I also tried to reproduce the problem without a virtual environment using
pip3 install p5 --user
which resulted in the same problem.I hope I did not mess up any installations or missed something and thank you in advance!
The text was updated successfully, but these errors were encountered: