I'm trying to install packages from anaconda command prompt but I couldn't install any package to any environment including root environment. For example I'm trying to install tensorflow by the command:
conda install tensorflow
but I'm getting this error:
[WinError 126] The specified module could not be found
Tensorflow is just an example, I'm getting this error for every package. But I could install packages from normal command prompt by the command:
pip install tensorflow
Last thing that I need to mention that before I faced with this problem I face with
CondaHTTPError SSLError(MaxRetryError
while creating new environment or opening jupyter notebook or installing packages. I mean I firstly solve this problem to doing anything. I solved it by https://stackoverflow.com/a/56103137/2364340 . So I'm not sure is that solution cause of that new problem. However, I compulsorily did it because otherwise I even not create a environment or opening jupyter notebook. But it is not enough as without packages I couldn't keep walking.
I am using Python 3.7.4 (Anaconda3) on Windows 10 (64-bit). I also installed PyCharm Community Edition 2019.3
Please help