Python Forum
Installing pefile from local folder
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing pefile from local folder
#1
I'm relatively new to python code, but experienced in several others.

I'm trying to get PyInstaller up and going, stepping through the various dependencies and came upon 'pefile' I found the project for it (https://pypi.org/project/pefile/), and because of the network restrictions I am working in, I can't simply 'pip install pefile' as I would like to.

I am required to download the gz file and unpack it to a folder, then install it.

Dodgy

The difficulty I am encountering is that even when I get the install started with the setup.py file associated with the package, it still attempts to reach out to the net to download items. This is of course blocked. Cry

I've combed the internet looking for some procedure to install pefile from a folder, but have only found the standard method to install it. Therefore I'm looking for assistance on how to go about this from someone more experienced in Python.

My Python version is 3.6 and I'm working on Windows 10 32 bit.

Thanks for any guidance you can offer.

Kip...
Reply


Messages In This Thread
Installing pefile from local folder - by KipCarter - Jan-08-2020, 07:49 PM
RE: Installing pefile from local folder - by buran - Jan-14-2020, 02:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Compare folder A and subfolder B and display files that are in folder A but not in su Melcu54 3 567 Jan-05-2024, 05:16 PM
Last Post: Pedroski55
  Compare filename with folder name and copy matching files into a particular folder shantanu97 2 4,510 Dec-18-2021, 09:32 PM
Last Post: Larz60+
  Move file from one folder to another folder with timestamp added end of file shantanu97 0 2,486 Mar-22-2021, 10:59 AM
Last Post: shantanu97
  Python Cut/Copy paste file from folder to another folder rdDrp 4 5,081 Aug-19-2020, 12:40 PM
Last Post: rdDrp
  Delete directories in folder is not working after folder is updated asheru93 2 2,670 Feb-13-2019, 12:37 PM
Last Post: asheru93
  copy content of folder to existing folder shlomi27 0 2,646 Aug-11-2018, 01:44 PM
Last Post: shlomi27
  How to copy folder from server to local and vice versa Sachin_d 3 3,396 Nov-04-2017, 12:53 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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