dairiki / humpty

Convert Python wheels to eggs
https://pypi.python.org/pypi/humpty
Other
16 stars 5 forks source link

The ‘lxml’ and ‘cryptography’ Egg package files not work! #8

Open lon91ong opened 2 years ago

lon91ong commented 2 years ago

lxml error info:

File "E:\Python\site-packages\lxml-4.9.1-py3.10-win32.egg\lxml\html\__init__.py", line 53, in <module>
ImportError: cannot import name 'etree' from 'lxml' (E:\Python\site-packages\lxml-4.9.1-py3.10-win32.egg\lxml\__init__.py)

cryptography error info:

File "E:\Python\site-packages\pyOpenSSL-22.0.0-py3.10.egg\OpenSSL\__init__.py", line 8, in <module>
File "E:\Python\site-packages\pyOpenSSL-22.0.0-py3.10.egg\OpenSSL\crypto.py", line 8, in <module>
File "E:\Python\site-packages\cryptography-37.0.4-py3.10-win32.egg\cryptography\x509\__init__.py", line 6, in <module>
File "E:\Python\site-packages\cryptography-37.0.4-py3.10-win32.egg\cryptography\x509\certificate_transparency.py", line 10, in <module>
ModuleNotFoundError: No module named 'cryptography.hazmat.bindings._rust'