Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install Python Offline
#1
Hey Everyone,

I am very new to Python......about 24 hours new! I have been asked to deploy Python 3.7.2 to multiple workstations. These workstations are in a very secure environment that will not allow internet access. Is it possible to package Python with the required modules, all of their dependencies and then deploy that packaged to these offline workstations? These workstations are all Windows based OS's

The modules I am trying to install are as follows;
a. Pyodbc
b. Xlrd
c. Xlsxwriter
d. Sqlalchemy
e. Pandas
f. Pywin32

Thank you in advance for your help
Reply
#2
see: https://docs.python.org/3/using/unix.html
on how to build python from source
Reply
#3
You can use Anaconda,it has all packages you list pre-installed.
It's a stand alone distribution,so can have it on usb stick or just copy over Anaconda3 folder.
Smaller Miniconda no packages,but can install what you need.
It's also stand alone so usb stick/copy folder to PC without internet work.
My Tutorial.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using import in python script offline - HELP!! blackhatter1001001 1 2,220 Jul-25-2021, 05:57 AM
Last Post: ndc85430
  Generate RPM package from a Python + Kivy application for an "offline" installation pruvosim 2 2,168 Jun-04-2020, 12:16 PM
Last Post: pruvosim
  Python zeep offline installation on RHEL akinmhmt 0 1,965 Mar-26-2020, 09:04 AM
Last Post: akinmhmt
  [split] Offline audio to text (Speech Recognition) Nishant260190 0 3,892 Sep-02-2018, 12:33 PM
Last Post: Nishant260190

Forum Jump:

User Panel Messages

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