Python Forum
Pip prints huge error when installing p5 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Pip prints huge error when installing p5 (/thread-28897.html)



Pip prints huge error when installing p5 - hayden2s - Aug-08-2020

I am trying to install the p5 library from PyPi using pip through windows cmd with python 3.8.5. However, it spits out a huge error that you can see here. If anyone has any suggestions, please let me know.

Things that may be helpful to know:
Python version: python 3.8.5
Pip version: pip 20.2.1

I have tried installing numpy and vispy separately.
I got numpy 1.19.1, but vispy failed with this error.


RE: Pip prints huge error when installing p5 - snippsat - Aug-08-2020

There are instruction for Windows that you most follow.