Hello, thanks for your lovely project! Upon installing requirements.txt, I get the error below. Seems that with pycrypto hasn't been maintained since 2022. Replacing it with pycryptodome is suggested. Thoughts?
Building wheel for pycrypto (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
C:\Users\%username%\AppData\Local\Temp\pip-build-env-ltc7p2wz\overlay\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: Public Domain
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
winrand.c
C:\Users\%username%\AppData\Local\Programs\Python\Python310\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pycrypto
Failed to build pycrypto
ERROR: Failed to build installablpip uninstall pycryptooject.toml based projects (pycrypto)
Hello, thanks for your lovely project! Upon installing requirements.txt, I get the error below. Seems that with pycrypto hasn't been maintained since 2022. Replacing it with pycryptodome is suggested. Thoughts?