Install PyInstaller on MSYS2 MinGW










3














I want to install PyInstaller on MinGW but installing with pip fails with an error.
distutils.errors.DistutilsPlatformError: VC 6.0 is not supported by this module
How do I install it correctly? If this is not possible, what other options do I have? I am trying to build a Python GTK+3 application on Windows from the Linux version.










share|improve this question























  • Have you tried installing the latest version of setuptools? Are you using Python 2 or 3?
    – RoadRunner
    Nov 10 '18 at 12:53











  • I am using python 3.7.1. How do I install the latest version? pip3 says it's up to date (40.5.0)
    – Shaoyu Tseng
    Nov 10 '18 at 12:56










  • I'm not too sure what the issue is. Have you tried manually installing it? Like downloading the source tar.gz from here, unzipping it, and running python3 setup.py install.
    – RoadRunner
    Nov 10 '18 at 13:00











  • that seems to have worked. Thanks!
    – Shaoyu Tseng
    Nov 10 '18 at 13:06










  • Glad to hear. I added a more descriptive answer below for future readers.
    – RoadRunner
    Nov 10 '18 at 13:19















3














I want to install PyInstaller on MinGW but installing with pip fails with an error.
distutils.errors.DistutilsPlatformError: VC 6.0 is not supported by this module
How do I install it correctly? If this is not possible, what other options do I have? I am trying to build a Python GTK+3 application on Windows from the Linux version.










share|improve this question























  • Have you tried installing the latest version of setuptools? Are you using Python 2 or 3?
    – RoadRunner
    Nov 10 '18 at 12:53











  • I am using python 3.7.1. How do I install the latest version? pip3 says it's up to date (40.5.0)
    – Shaoyu Tseng
    Nov 10 '18 at 12:56










  • I'm not too sure what the issue is. Have you tried manually installing it? Like downloading the source tar.gz from here, unzipping it, and running python3 setup.py install.
    – RoadRunner
    Nov 10 '18 at 13:00











  • that seems to have worked. Thanks!
    – Shaoyu Tseng
    Nov 10 '18 at 13:06










  • Glad to hear. I added a more descriptive answer below for future readers.
    – RoadRunner
    Nov 10 '18 at 13:19













3












3








3







I want to install PyInstaller on MinGW but installing with pip fails with an error.
distutils.errors.DistutilsPlatformError: VC 6.0 is not supported by this module
How do I install it correctly? If this is not possible, what other options do I have? I am trying to build a Python GTK+3 application on Windows from the Linux version.










share|improve this question















I want to install PyInstaller on MinGW but installing with pip fails with an error.
distutils.errors.DistutilsPlatformError: VC 6.0 is not supported by this module
How do I install it correctly? If this is not possible, what other options do I have? I am trying to build a Python GTK+3 application on Windows from the Linux version.







python pyinstaller pygobject






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 10 '18 at 15:27









lgwilliams

503317




503317










asked Nov 10 '18 at 12:46









Shaoyu TsengShaoyu Tseng

234




234











  • Have you tried installing the latest version of setuptools? Are you using Python 2 or 3?
    – RoadRunner
    Nov 10 '18 at 12:53











  • I am using python 3.7.1. How do I install the latest version? pip3 says it's up to date (40.5.0)
    – Shaoyu Tseng
    Nov 10 '18 at 12:56










  • I'm not too sure what the issue is. Have you tried manually installing it? Like downloading the source tar.gz from here, unzipping it, and running python3 setup.py install.
    – RoadRunner
    Nov 10 '18 at 13:00











  • that seems to have worked. Thanks!
    – Shaoyu Tseng
    Nov 10 '18 at 13:06










  • Glad to hear. I added a more descriptive answer below for future readers.
    – RoadRunner
    Nov 10 '18 at 13:19
















  • Have you tried installing the latest version of setuptools? Are you using Python 2 or 3?
    – RoadRunner
    Nov 10 '18 at 12:53











  • I am using python 3.7.1. How do I install the latest version? pip3 says it's up to date (40.5.0)
    – Shaoyu Tseng
    Nov 10 '18 at 12:56










  • I'm not too sure what the issue is. Have you tried manually installing it? Like downloading the source tar.gz from here, unzipping it, and running python3 setup.py install.
    – RoadRunner
    Nov 10 '18 at 13:00











  • that seems to have worked. Thanks!
    – Shaoyu Tseng
    Nov 10 '18 at 13:06










  • Glad to hear. I added a more descriptive answer below for future readers.
    – RoadRunner
    Nov 10 '18 at 13:19















Have you tried installing the latest version of setuptools? Are you using Python 2 or 3?
– RoadRunner
Nov 10 '18 at 12:53





Have you tried installing the latest version of setuptools? Are you using Python 2 or 3?
– RoadRunner
Nov 10 '18 at 12:53













I am using python 3.7.1. How do I install the latest version? pip3 says it's up to date (40.5.0)
– Shaoyu Tseng
Nov 10 '18 at 12:56




I am using python 3.7.1. How do I install the latest version? pip3 says it's up to date (40.5.0)
– Shaoyu Tseng
Nov 10 '18 at 12:56












I'm not too sure what the issue is. Have you tried manually installing it? Like downloading the source tar.gz from here, unzipping it, and running python3 setup.py install.
– RoadRunner
Nov 10 '18 at 13:00





I'm not too sure what the issue is. Have you tried manually installing it? Like downloading the source tar.gz from here, unzipping it, and running python3 setup.py install.
– RoadRunner
Nov 10 '18 at 13:00













that seems to have worked. Thanks!
– Shaoyu Tseng
Nov 10 '18 at 13:06




that seems to have worked. Thanks!
– Shaoyu Tseng
Nov 10 '18 at 13:06












Glad to hear. I added a more descriptive answer below for future readers.
– RoadRunner
Nov 10 '18 at 13:19




Glad to hear. I added a more descriptive answer below for future readers.
– RoadRunner
Nov 10 '18 at 13:19












1 Answer
1






active

oldest

votes


















1














Ussually if a pip install doesn't work, I always revert to the manual installation.



Steps:



  1. Download the source PyInstaller-3.4.tar.gz file from here.

  2. Navigate to your Downloads folder and unzip the file with tar xf PyInstaller-3.4.tar.gz. If your using Windows, you can use 7zip or something.


  3. cd into PyInstaller-3.4 and run python3 setup.py install. Using python or python3 depends on how you've set up Python on your operating system.

This will install the PyInstaller module in the same way as pip, just takes some extra steps to perform.






share|improve this answer






















  • Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
    – Shaoyu Tseng
    Nov 10 '18 at 18:03











  • @ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
    – RoadRunner
    Nov 11 '18 at 1:31










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53239095%2finstall-pyinstaller-on-msys2-mingw%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Ussually if a pip install doesn't work, I always revert to the manual installation.



Steps:



  1. Download the source PyInstaller-3.4.tar.gz file from here.

  2. Navigate to your Downloads folder and unzip the file with tar xf PyInstaller-3.4.tar.gz. If your using Windows, you can use 7zip or something.


  3. cd into PyInstaller-3.4 and run python3 setup.py install. Using python or python3 depends on how you've set up Python on your operating system.

This will install the PyInstaller module in the same way as pip, just takes some extra steps to perform.






share|improve this answer






















  • Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
    – Shaoyu Tseng
    Nov 10 '18 at 18:03











  • @ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
    – RoadRunner
    Nov 11 '18 at 1:31















1














Ussually if a pip install doesn't work, I always revert to the manual installation.



Steps:



  1. Download the source PyInstaller-3.4.tar.gz file from here.

  2. Navigate to your Downloads folder and unzip the file with tar xf PyInstaller-3.4.tar.gz. If your using Windows, you can use 7zip or something.


  3. cd into PyInstaller-3.4 and run python3 setup.py install. Using python or python3 depends on how you've set up Python on your operating system.

This will install the PyInstaller module in the same way as pip, just takes some extra steps to perform.






share|improve this answer






















  • Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
    – Shaoyu Tseng
    Nov 10 '18 at 18:03











  • @ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
    – RoadRunner
    Nov 11 '18 at 1:31













1












1








1






Ussually if a pip install doesn't work, I always revert to the manual installation.



Steps:



  1. Download the source PyInstaller-3.4.tar.gz file from here.

  2. Navigate to your Downloads folder and unzip the file with tar xf PyInstaller-3.4.tar.gz. If your using Windows, you can use 7zip or something.


  3. cd into PyInstaller-3.4 and run python3 setup.py install. Using python or python3 depends on how you've set up Python on your operating system.

This will install the PyInstaller module in the same way as pip, just takes some extra steps to perform.






share|improve this answer














Ussually if a pip install doesn't work, I always revert to the manual installation.



Steps:



  1. Download the source PyInstaller-3.4.tar.gz file from here.

  2. Navigate to your Downloads folder and unzip the file with tar xf PyInstaller-3.4.tar.gz. If your using Windows, you can use 7zip or something.


  3. cd into PyInstaller-3.4 and run python3 setup.py install. Using python or python3 depends on how you've set up Python on your operating system.

This will install the PyInstaller module in the same way as pip, just takes some extra steps to perform.







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 10 '18 at 13:31

























answered Nov 10 '18 at 13:18









RoadRunnerRoadRunner

10.8k31340




10.8k31340











  • Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
    – Shaoyu Tseng
    Nov 10 '18 at 18:03











  • @ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
    – RoadRunner
    Nov 11 '18 at 1:31
















  • Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
    – Shaoyu Tseng
    Nov 10 '18 at 18:03











  • @ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
    – RoadRunner
    Nov 11 '18 at 1:31















Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
– Shaoyu Tseng
Nov 10 '18 at 18:03





Even though I have it installed now, the executables produced doesn't actually work. The output it Error loading Python DLL 'C:msys64homezandimnabuildalibpython3.7m.dll'. LoadLibrary: The specified module could not be found. EDIT: I can use it with --onefile.
– Shaoyu Tseng
Nov 10 '18 at 18:03













@ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
– RoadRunner
Nov 11 '18 at 1:31




@ShaoyuTseng I always run pyinstaller --onfile --noconsole to product a single executable with no console window showing up in the background.
– RoadRunner
Nov 11 '18 at 1:31

















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53239095%2finstall-pyinstaller-on-msys2-mingw%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)