简体   繁体   中英

Install Python package on offline Windows machine

I need to install a package (csvkit) on a windows machine that has no internet connection. However I can get files to that machine through a shared folder.

I know I can use the .tar.gz file to install a package, but the problem is that I see it has a lot of dependencies, most of which are missing too.

Am I reduced to download and install each dependency manually one by one, or is there an automated way to get all the dependencies?

(I know that this question has been asked for Ubuntu, but I can't use this solution for Windows).

If the files are already in their specific folders on the shared folder, you could use an automated installer. This Question recommends NSIS and InnoSetup . Both are free.

If the files are extremely scattered or not enough to warrant an installer, then moving them by hand would be the best choice.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM