You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install -r requirements.txt giving me this error:
"""
Traceback (most recent call last):
File "", line 1, in
File "C:\Users<USER>\AppData\Local\Temp\pip-build-1kujwf04\cryptography\setup.py", line 14, in
from setuptools_rust import RustExtension
ModuleNotFoundError: No module named 'setuptools_rust'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users<USER>\AppData\Local\Temp\pip-build-1kujwf04\cryptography\
"""
i'm using windows 10, python 3.6
The text was updated successfully, but these errors were encountered:
pip install -r requirements.txt
giving me this error:"""
Traceback (most recent call last):
File "", line 1, in
File "C:\Users<USER>\AppData\Local\Temp\pip-build-1kujwf04\cryptography\setup.py", line 14, in
from setuptools_rust import RustExtension
ModuleNotFoundError: No module named 'setuptools_rust'
Command "python setup.py egg_info" failed with error code 1 in C:\Users<USER>\AppData\Local\Temp\pip-build-1kujwf04\cryptography\
"""
i'm using windows 10, python 3.6
The text was updated successfully, but these errors were encountered: