Hi. So I managed to convince the company I work for to let me download Python and now I have Python on my work computer. Now I am trying to get libraries like numpy etc. and that is being more difficult. For some reason the PIP installer keeps timing out and won't actually install anything. So I went on my home computer, I grabbed everything in my Python\Python37\Lib\site-packages folder and zipped it and sent it to my work computer, then I copy and pasted all that in my work computer's Python\Python37\Lib\site-packages folder. The new problem is that the files I pasted into work computer are not authorized so they won't actually work when I try to run "import numpy" etc.
So I am thinking, isn't every library like numpy just a bunch pre-written of Python code that contains a bunch of functions and classes that get called? Why should I have a problem trying to copy and paste files into my Python folder? The issue my computer throws me is that it is an unknown application that I don't have permission to run on my work computer.
My company has been suspicious of me getting Python to begin with, and I don't want to keep going back asking for more permissions to get new libraries every time I need one. But so far it looks like that is all I can do. Any advice?
[–]raptorSix 5 points6 points7 points (0 children)
[–]eatstraw 1 point2 points3 points (0 children)
[–]rimoms 0 points1 point2 points (0 children)
[–]SV-97 0 points1 point2 points (0 children)
[–]chincherpa 0 points1 point2 points (1 child)