I have Anaconda installed in my PC. my conda base version is 3.7.4 as shown in Image1. In this version of conda (or environment) I have installed required packages. So I am trying to make use of these base conda packages in new project (lets say SampleModel4) that I create in PyCharm using anaconda environment as shown in image 2. But I see that none of the newly packages are visible in SampleModel4 project. If I look at the python version with Pycharm project SampleModel, I see python version as 3.7.5 as shown in Image 3.
My conda base python version is 3.7.4 and projects that I created using Pycharm in conda environment shows python version 3.7.5. I this could be the reason why conda base environment packages are not imported to new project SampleModel4.
Please help me in re-using conda base packages in new projects I create using Pycharm with conda environment.
Image1
Image2:
Image3:
site-packages
to the Interpreter paths - though this might require PyCharm Pro), I strongly recommend against it as it violates the main goal of Conda environments, i.e., isolation. Perhaps you can elaborate more on why you want to do this (e.g., you have concerns about space limits), and we could perhaps suggest some less substandard ways of achieving your goals. - merv