Hello.
There are PyCharm and Python 3.6 installed.
Faced with the fact that not all libraries are installed. For example pandas .
When installing via the library management menu, it gives an error:
Unable to find vcvarsall.bat
I read about this error. The solution is to install Visual Studio 2008, I have 2015 and it does not work with it.
I tried to download the already compiled library. The same gives when installing via pip errors.
But the system also has the Anaconda package. And it has pandas .
How can I pull this library in PyCharm?
