Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'tlslite_ng' #540

Open
kouzhudong opened this issue Jan 11, 2025 · 1 comment
Open

ModuleNotFoundError: No module named 'tlslite_ng' #540

kouzhudong opened this issue Jan 11, 2025 · 1 comment
Labels

Comments

@kouzhudong
Copy link


D:\code\ssl\tlslite-ng>pip list
DEPRECATION: Loading egg at c:\users\administrator\appdata\local\programs\python\python313\lib\site-packages\tlslite_ng-0.8.1-py3.13.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
Package                Version
---------------------- -----------
appdirs                1.4.4
attrs                  24.3.0
beautifulsoup4         4.12.3
certifi                2024.12.14
cffi                   1.17.1
charset-normalizer     3.4.1
click                  8.1.8
colorama               0.4.6
coloredlogs            15.0.1
conan                  2.11.0
cryptography           44.0.0
ecdsa                  0.19.0
fasteners              0.19
gitdb                  4.0.11
GitPython              3.1.43
h11                    0.14.0
humanfriendly          10.0
idna                   3.10
iniconfig              2.0.0
Jinja2                 3.1.5
lxml                   5.3.0
MarkupSafe             3.0.2
mussels                0.4.0
mysql-connector-python 9.1.0
nassl                  1.0.3
outcome                1.3.0.post0
packaging              24.2
patch                  1.16
patch-ng               1.18.1
pip                    24.3.1
pluggy                 1.5.0
pycparser              2.22
PyMySQL                1.1.1
pyreadline3            3.5.4
pyshark                0.6
PySocks                1.7.1
pytest                 8.3.4
python-dateutil        2.9.0.post0
PyYAML                 6.0.2
requests               2.32.3
scapy                  2.6.1
selenium               4.27.1
setuptools             75.6.0
six                    1.17.0
smmap                  5.0.1
sniffio                1.3.1
sortedcontainers       2.4.0
soupsieve              2.6
SSLyze                 1.3.4
termcolor              2.5.0
tls_parser             1.2.2
tlslite                0.4.9
tlslite-ng             0.8.1
tlslite-ng             0.8.1
trio                   0.28.0
trio-websocket         0.11.1
typing_extensions      4.12.2
urllib3                1.26.20
websocket-client       1.8.0
wheel                  0.45.1
wsproto                1.2.0

D:\code\ssl\tlslite-ng>python
Python 3.13.1 (tags/v3.13.1:0671451, Dec  3 2024, 19:06:28) [MSC v.1942 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Failed calling sys.__interactivehook__
Traceback (most recent call last):
  File "<frozen site>", line 535, in register_readline
AttributeError: module 'readline' has no attribute 'backend'
>>> import tlslite_ng
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import tlslite_ng
ModuleNotFoundError: No module named 'tlslite_ng'
>>>
@tomato42
Copy link
Member

there is no tlslite_ng module, everything is under tlslite module; also you shouldn't install tlslite and tlslite-ng packages at the same time, that's not a supported configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants