batonogov / docker-pyinstaller

PyInstaller for Linux, Windows and OSX (Experimental) inside Docker
MIT License
91 stars 8 forks source link

outdated Microsoft C++ Build Tools ? #11

Open cpainchaud opened 1 year ago

cpainchaud commented 1 year ago

Hi,

First of all thank you for the the fantastic work you are doing.

My builds are failing on specific dependency install (psutil):

building 'psutil._psutil_windows' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

Do you think you could upgrade said tools? It feels like a legitimate requirement. Thank you again !

cpainchaud commented 1 year ago

I have been making researches and may be it would be smarter to install/pre-install prebuilt windows binaries for some libraries likes psutil?

batonogov commented 1 year ago

Thank you very much for the kind words.

I will try to help you with your problem!