(venv) [chiller@arch /tmp/tw]$ pip install twnet_parser==0.3.1
Collecting twnet_parser==0.3.1
Using cached twnet_parser-0.3.1-py3-none-any.whl (52 kB)
Installing collected packages: twnet_parser
Attempting uninstall: twnet_parser
Found existing installation: twnet-parser 0.3.0
Uninstalling twnet-parser-0.3.0:
Successfully uninstalled twnet-parser-0.3.0
Successfully installed twnet_parser-0.3.1
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip install --upgrade pip
(venv) [chiller@arch /tmp/tw]$ python
Python 3.10.10 (main, Mar 5 2023, 22:26:53) [GCC 12.2.1 20230201] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import twnet_parser.packet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/tmp/tw/venv/lib/python3.10/site-packages/twnet_parser/packet.py", line 12, in <module>
from twnet_parser.msg_matcher.control7 import match_control7
ModuleNotFoundError: No module named 'twnet_parser.msg_matcher.control7'