The slipcover.tracker module seems to be unimportable when using the Windows py38 binary wheel on Windows 10
See original GitHub issueI created a new virtualenv using Python 3.8 on Windows 10 and installed slipcover into it, using the wheel from PyPI.
On running python -m slipcover
Traceback (most recent call last):
File "C:\Users\vagrant\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\vagrant\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\vagrant\py38\lib\site-packages\slipcover\__main__.py", line 4, in <module>
from slipcover import slipcover as sc
File "C:\Users\vagrant\py38\lib\site-packages\slipcover\slipcover.py", line 8, in <module>
from . import tracker
ImportError: DLL load failed while importing tracker: The specified module could not be found.
The tracker module exists in the filesystem:
(py38) PS C:\Users\vagrant> dir .\py38\lib\site-packages\slipcover\
Directory: C:\Users\vagrant\py38\lib\site-packages\slipcover
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 4/27/2022 11:17 PM __pycache__
-a---- 4/27/2022 11:17 PM 27122 slipcover.py
-a---- 4/27/2022 11:17 PM 14848 tracker.pyd
-a---- 4/27/2022 11:17 PM 0 __init__.py
-a---- 4/27/2022 11:17 PM 7287 __main__.py
Issue Analytics
- State:
- Created a year ago
- Comments:9
Top Results From Across the Web
[RTFACT-19919] Unable to install a python module Created
I am unable to install a python module using pip. Python 3.7.3 Windows 10. Three repos: rem - maps to pypi. loc -...
Read more >Provide binary wheels for Windows · Issue #31 - GitHub
As of version 0.996.2, we are now providing binary wheels to PyPI for Mac and Linux. The extension module in these wheels is...
Read more >I can't install the bleak module on windows 10 - Stack Overflow
I get the following error while trying to install bleak using: pip instal bleak (I use spyder via anaconda and I have already...
Read more >Installation problem Tracker 19.1 - MFiX
I am having troubles trying to install Tracker in the conda environment. It says 'Found conflicts! Looking for incompatible packages.
Read more >The specified module could not be found Fix for All Programs
The specified module could not be found Fix for All Programs | Windows 10 \ 8 \ 7 [ Gift ] Like this...
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 FreeTop 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
Top GitHub Comments
Nice! Thank you for your help.
Aha. Success -