Closed Bru-od closed 4 years ago
pycharm is using pipenv
and pipenv
's error message is not really helpful there :-/
Looks like pycharm can use conda
:
https://www.jetbrains.com/help/pycharm/conda-support-creating-conda-virtual-environment.html
Do you want to try that instead? If not I recommend to stick with pure virtualenv environments, which pycharm can do too:
https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html
I do not recommend pipenv
.