Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building exe with pyinstaller (2.1) fails with requests (>2.5.1) #45

Closed
amr66 opened this issue Apr 27, 2015 · 3 comments
Closed

Building exe with pyinstaller (2.1) fails with requests (>2.5.1) #45

amr66 opened this issue Apr 27, 2015 · 3 comments

Comments

@amr66
Copy link
Contributor

amr66 commented Apr 27, 2015

Took me some nerves, because i couldn't build a performing exe. Always got an error, that a sub-package of requests was missing. The same is described here: https://github.com/kennethreitz/requests/issues/2465
So i went back to request 2.5.1, using pip install requests==2.5.1
At least no bug - but we should consider and look out for a fix.

@hu7241
Copy link

hu7241 commented Oct 11, 2016

thanks for posting this, it solves my problem!

@maphew
Copy link
Owner

maphew commented Oct 15, 2016

Thank you! There's a lot of activity on that issue report. Hopefully someone there posts something we can use. ;-)

@maphew
Copy link
Owner

maphew commented Mar 19, 2017

Seems to fixed with current pyinstaller, v3.2.1

@maphew maphew closed this as completed Mar 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants