Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip offline
#1
Hello, is there any procedure to facilitate the using of Pypi packages installation in an offline pc?; my case is a pc behind a corporative proxy server I've try all the solution posted about the subject and there is not way to get it work. So I decided to download the packages from Pypi and install it using Pycharm (command python setup.py install) but it's very dificult because dependencies, so the task is a recursive one, anytime I get error I must look for the missing dependency, but I'm newbie using Python and it's very complex for me, my question: exists some map of dependencies for to know for example for install Scikit-learn what do I need and in what order.
thaks for your time...
Reply
#2
The first thing to do is to speak to the relevant people in your organisation to see what can be done. You really shouldn't be trying to resolve the dependencies manually, as that is likely to be non-trivial.
jefsummers likes this post
Reply
#3
That is indeed best advice. I held back from saying:
1. Find where OIT offices are.
2. Bring donuts
3. Request them to open up access to PyPI

I used similar to get them to open access to XKCD several years ago when it got blocked.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Advice on develop an offline audio transcription software with no knowledge woah 3 1,366 Jan-05-2023, 05:02 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020