Python 3.10.1 ImportError: DLL load failed while importing unicodedata: The specified module could not be found.
See original GitHub issueHi Matt,
Just updated python to 3.10.1 and previous scripts that use galois are not running. Galois Error thrown is ImportError: DLL load failed while importing unicodedata: The specified module could not be found.
.
Tried uninstalling/reinstalling galois with pip3 uninstall galois
and pip3 install git+https://github.com/mhostetter/galois.git
but to no avail.
Do you have any insights on this? Thanks, George
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
ImportError: DLL load failed while importing _psycopg: The ...
Import failed while working with Python 3.9 experience this issue, But it's fine in 3.7 and 3.8. Using psycopg2 2.8.6.
Read more >[SOLVED] How to solve ImportError:DLL load failed - YouTube
This video helps you to solve the problem step by step in the ea. ... ImportError : DLL load failed : The specified...
Read more >DLL load failed: The specified module could not be found ...
It was giving this error: ImportError: DLL load failed: The specified module could not be found. Opened a Visual Studio x64 command prompt....
Read more >How to Fix Python ImportError: Dll Load Failed Error
This post offers 2 ways to fix the error "ImportError: Dll Load Failed: The specified module could not be found."
Read more >Python 3.10: ImportError: DLL load failed while importing ...
I'm using setup.py in /web to diagnose what modules are missing. ... while importing _psycopg: The specified module could not be found.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Awesome support Matt, as always. Thanks!
Thanks, no need to play with fire to be honest, I just reverted to 3.8 😃