No module named pysml
rs38 opened this issue · 2 comments
rs38 commented
It's may due to my lacking python knowledge, but why isn't this module been found in a fresh venv?
(sml) PS C:\Users\fb\repos\PyCSV\sml> pip list
Package Version
---------------- -------
async-timeout 4.0.2
bitstring 4.0.2
pip 23.0.1
pyserial 3.5
pyserial-asyncio 0.6
pysml 0.0.12
setuptools 65.5.0
[notice] A new release of pip is available: 23.0.1 -> 23.1.2
[notice] To update, run: python.exe -m pip install --upgrade pip
(sml) PS C:\Users\fb\repos\\PyCSV\sml> python -m pysml
C:\Users\fb\repos\\PyCSV\sml\Scripts\python.exe: No module named pysml
(sml) PS C:\Users\fb\repos\\PyCSV\sml> python -m pyserial
C:\Users\fb\repos\\PyCSV\sml\Scripts\python.exe: No module named pyserial
rs38 commented
may be worth noting it's independently same error on Windows and Ubuntu.
rs38 commented
okay, module is named sml
not pysml