Packages missing from Conda environment (Mac OS)
Hi,
I tried setting up PyCharm with Anaconda (Python 3.7). Even after a fresh install, and using PyCharm with Anaconda Plugin, I cannot create a conda environment that has all my currently installed packages. When I try to use any package, I have to install it in the environment, but I have already installed it on my system. I followed the steps to set up the conda virtual environment for all projects to no avail.
Any suggestions?
Please sign in to leave a comment.
I found a solution (workaround).
From what I gathered, it is a widespread problem and different workarounds work for different people. Probably the devs should look into it.
https://stackoverflow.com/questions/35835274/how-to-reuse-global-site-packages-in-conda-env
I would recommend keeping each conda environment separate and not using venv in conda.