Issue
I'm running python 3.7 and idle.
I can't use pip because of the firewall at work (I think).
I tried following these instructions:
How to manually install a pypi module without pip/easy_install?
When I try to install matplotlib it looks for numpy, so I assume it's a prerequisite. numpy looks for VS c++ 14.0, so I assume that is also a prerequisite. Are my assumptions right?
Installing VS may be a pain due to hard drive space. I want to make sure I don't do it for nothing.
When I download and unzip the installation folders where is a good place to save them to make life easier? I have a 'python37' folder in c drive and I created a new folder there. Is there somewhere better for referencing?
Please be as explicit as possible in your answers, all of this is new to me.
Solution
If you have ability to download and install on your computer, I would recommend just installing/using the Anaconda distribution of Python, which has almost everything you need rolled in (including matplotlib and numpy) with the basics.
Answered By - AirSquid
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.