batonogov / docker-pyinstaller

PyInstaller for Linux, Windows and OSX (Experimental) inside Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outdated Microsoft C++ Build Tools ?

cpainchaud opened this issue · comments

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 !

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

Thank you very much for the kind words.

I will try to help you with your problem!