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

pyinstaller issue with cchardet 2.1.6 #58

Closed
danielhrisca opened this issue Mar 18, 2020 · 4 comments
Closed

pyinstaller issue with cchardet 2.1.6 #58

danielhrisca opened this issue Mar 18, 2020 · 4 comments

Comments

@danielhrisca
Copy link

OS/Arch

uname_result(system='Windows', release='10', version='10.0.17763', machine='AMD64', processor='Intel64 Family 6 Model 158 Stepping 10, GenuineIntel')

Python version

Python 3.6.5

cChardet version

2.1.6

What is the problem?

An application frozen with pyinstaller does not start raising this error. Using cChardet 2.1.5 does not cause this problem.

ImportError: DLL load failed: The specified module could not be found. 

Expected behavior

Actual behavior

Steps to reproduce the behavior

@danielhrisca
Copy link
Author

@danielhrisca
Copy link
Author

ping @PyYoshi

@aceohartz81
Copy link

OS/Arch

uname_result(system='Windows', release='10', version='10.0.17763', machine='AMD64', processor='Intel64 Family 6 Model 158 Stepping 10, GenuineIntel')

Python version

Python 3.6.5

cChardet version

2.1.6

What is the problem?

An application frozen with pyinstaller does not start raising this error. Using cChardet 2.1.5 does not cause this problem.

ImportError: DLL load failed: The specified module could not be found. 

Expected behavior

Actual behavior

Steps to reproduce the behavior

I am also seeing this behavior using Python 3.7.1rc2 with cchardet-2.1.7-cp37-cp37m-win_amd64.whl

@danielhrisca
Copy link
Author

@PyYoshi @aceohartz81
there was a similar issue in numexpre (see pydata/numexpr#372)

@PyYoshi PyYoshi closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants