I cloned Saleor (https://github.com/saleor/saleor) from GitHub and enabled a virtual environment. When I try to install the requirements.txt file, I’m getting an error like this:
Collecting suds-jurko>=0.6
Using cached suds-jurko-0.6.zip (255 kB)
Preparing metadata (setup.py) … error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in suds-jurko setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
I’m new to Python and I don’t know much about it. Thanks in advance.
Im trying to run the source code of saleor after cloning from github.
teccas ekart is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.