Windows installation cannot find modules

  • Create venv
  • install plotID from pip test repo pip install plotid --extra-index-url=https://test.pypi.org/simple/
  • run the single test script test_publish.py
    (copy & paste, or by cloning shallow and only checking out a single file: link )

Under ubuntu, the test passes without issues, but under windows, it fails early with:

Traceback (most recent call last):
  File "C:\git\NFDI4ing\testplotpy\test_publish.py", line 14, in <module>
    from publish import publish
ModuleNotFoundError: No module named 'publish'

The pip install is finishing without error, the package can also be seen in the venv folder under: .\venv\Lib\site-packages\plotid\

More investigation is necessary.

Edited by Hock, Martin