Skip to main content

All Questions

Tagged with
2 votes
0 answers
324 views

Error creating virtual environment and using pip

Everytime I try to use pip to do something pip install <package> I get an error OSError: [Errno 9] Bad file descriptor I tried installing and reinstalling anaconda. I'm currently trying ...
tahmeed156's user avatar
1 vote
1 answer
2k views

Cannot create virtual environment in Pycharm 2019.1 with anaconda 3

How can I create a python virtual environment interpreter with Pycharm and Anaconda? The usual procedure doesn't work. With new Pycharm 2019.1 and Anaconda 3, I am unable to create a virtual ...
warren jackson's user avatar
67 votes
7 answers
98k views

Can't install virtual interpreter in PyCharm in Linux

When I try to add virtualenv as an interpreter in PyCharm Community 2018.1.2 in Kubuntu 18.04 I get the following error: ModuleNotFoundError: No module named 'distutils.core' How can I solve this?
Hrvoje T's user avatar
  • 1,949