mtdcr / pysml

Python library for EDL21 smart meters using Smart Message Language (SML)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named pysml

rs38 opened this issue · comments

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
commented

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

commented

okay, module is named sml not pysml