Apr-04-2020, 07:41 AM
(Apr-03-2020, 06:17 PM)micseydel Wrote: Why not use pip?
I wouldn't be surprised if you have two Python 3 versions installed on your system, and that's the issue. I bet this would work:
$ python3 -m pip install numpy
Thank's alot! Unfortimateöy aösp üip fials on my Raspi:
pi@raspberrypi:~ $ sudo python3 -m pip install --index-url=https://pypi.python.org/simple/ numpy
Error: Could not fetch URL https://pypi.python.org/simple/numpy/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available.
What could I do?Thanks in advance
