Following the steps provided in the following SO answer: Duplicate virtualenv, the following error keeps occurring for multiple packages.
Could not find a version that satisfies the requirement ....
Specifically for all the packages that have to do with anaconda/conda
. But also multiple others.
I've tried to remove from the list all the packages that caused the mentioned error, then the terminal finishes collecting the rest of the packages and calls:
Building wheels for collected packages: gmpy2
Which ends with the following message:
error: command 'gcc' failed with exit status 1
I'm interested in duplicating an existing custom environment that was created using virtualenv
. If there's a solution based on conda virtual environments
, that could work as well.
According to the answers I've looked up, using virtualenvwrapper
to duplicate the environment is not the best option however, I'm aware that I could probably use it as a last resort.