G ++ предупреждающее сообщение Pycharm IDE - PullRequest
0 голосов
/ 15 апреля 2020

Я планировал сделать несколько примеров с пакетом Pymc3, однако я получил эти предупреждения относительно G ++. Я пытался искать решения онлайн, но то, что я нашел, в основном для Linux или Ma c и для windows это для анаконды, но не для Pycharm. Что означают эти ошибки и можно ли их исправить в Pycharm IDE?

Сообщение об ошибке:

WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain`
PyCharm\Projects\Machine Learning\venv\lib\site-packages\theano\configdefaults.py:560: UserWarning: DeprecationWarning: there is no c++ compiler.This is deprecated and with Theano 0.11 a c++ compiler will be mandatory
  warnings.warn("DeprecationWarning: there is no c++ compiler."
WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
...