mtdcr / pysml

Python library for EDL21 smart meters using Smart Message Language (SML)
MIT License
16 stars 8 forks source link

No module named pysml #14

Closed rs38 closed 1 year ago

rs38 commented 1 year ago

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 1 year ago

may be worth noting it's independently same error on Windows and Ubuntu.

rs38 commented 1 year ago

okay, module is named sml not pysml