cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

error: subprocess-exited-with-error

Open SmartPycg opened this issue 3 years ago • 1 comments

Hi,I failed to build your project due to error: subprocess-exited-with-error

image

I used the following commands in python:3.7 docker:

pip install -r dev-requirements.txt
python setup.py install

Can you help me?

SmartPycg avatar Aug 10 '22 01:08 SmartPycg

What are you trying to do? pip install cryptography is generally the correct way to install this package, not git cloning and installing with setup.py install.

In any event, please provide text (not a screenshot) of the complete output of running the installation.

alex avatar Aug 10 '22 01:08 alex