p5
p5 copied to clipboard
failed with error code 1 in /tmp/pip-build-23ZZIC/p5/
Hello,
I installed with command "pip3 install p5 --user" installation work. But when i run an exemple code with command "python3 myProgram.py" nothing. Another line nothing else. I work with ubuntu 18.04, i installed all packages.
Thanks
When do you get the error you list in the title? Can you try running
>>> import p5
In the python interpreter?