View Single Post
  #1  
Old 06-19-2018, 06:06 PM
Sphinx Sphinx is offline
Member
 
Join Date: Jun 2018
Posts: 3
Vizard 4/Use of python external libraries

Hi!

The company i work at has the license of vizard 4. I want to use standard python libraries such as numpy however the package manager fails to add them and displays this message:

Downloading/unpacking numpy
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement numpy
No distributions at all found for numpy
Storing complete log in C:\Users\(rest of the path)


I did not install another python on the PC (only what comes with vizard). According to my internet research it is because the "http" is now "https" and therefore I should upgrade the pip. I tried to do that by using the pip in the Scripts folders but nothing happened.

Hope I am clear and thank you for your help.
Reply With Quote