Home > other >  The solving process of pyinstaller installation failure
The solving process of pyinstaller installation failure

Time:09-17

Learning programming in the process of the original poster is a Python small white, hard to avoid to use the can. Py files packaged into executable (.exe) bag - pyinstaller, followed by installation of this package of metaphysics,
First learning video said as long as I see PIP install pyinstaller, simple and quick, is very nice, but actually download the slow unbearable, after a dozen times try later, I finally downloaded, but prompt to install a bunch of error (not the appended drawings, there is no retained), the error is better solved, is actually download timeout, refused to visit,
Then I came to the universal CSDN, found the use of third party sites to download, but still tip error, the error is the metaphysics, it said I lack of wheel requirements,
So, I'll find the post, read a lot about the installation package is wheel relative error solution,
1. To download a wheel for installation, close test was useless, only useful for snapy package,
2. Use the wheel to install command, use the PIP install wheel commands for installation, prompted to install the success, but continue to install pyinstaller still won't do,
3. The official website to download the zip package for installation, Mrs Website is too tired, not under down
After two days doing nothing, I turn to my classmates (don't real-name praised!) After he rebooted the computer also appears the question, he then download the official website of the package, use python setup. Py the install CD to the directory after decompression for installation, he directly succeeded, but I'm still an error, this time typeerror
Then! The key to! I again use PIP install pyinstaller command for installation, can be!
The metaphysics!

CodePudding user response:

Sometimes PIP install installation time, a certain period of time the network will be card, such as in the evening, but the time is work time,
It is good to change the time,

CodePudding user response:

reference 1/f, old coconut response:
sometimes PIP install installation time, a certain period of time the network will be card, such as in the evening, but the time is work time,
Change the time period,

Use the mirror of tsinghua, still won't do,,,

CodePudding user response:

This thing is to learn the computer metaphysics, crying

CodePudding user response:

Well, sometimes disorderly fiddling with rather good,

CodePudding user response:

Hello, can you tell me the installation in Preparing pyinstaller wheel metadata... Error, whether with you about the problem of ah, can you help me to see? Thank you

CodePudding user response:

Python -m PIP install package name

CodePudding user response:

The measured CD to contain setup. Py, under the path of execution of python setup. Py install successfully, praise the building and the classmate of everyone!

CodePudding user response:

I just PIP install wheel before installation, it is successful,

CodePudding user response:

I also have an evening outfit is not successful, annoyed

CodePudding user response:

Thanks for sharing, I am also under the installation package, and PIP install pyinstaller the

CodePudding user response:

refer to 6th floor m0_45475935 response:
hello, excuse me appear when installing pyinstaller Preparing wheel metadata... Error, whether with you about the problem of ah, can you help me to see? Thank you
https://blog.csdn.net/weixin_46847476/article/details/105346569
Your problem is the fourth content in this article, the general is the lack of the wheel

CodePudding user response:

refer to 7th floor central grain son reply:
python -m PIP install package name


refer to 7th floor central grain son reply:
python -m PIP install package name

Thank you, with your method after success
  • Related