- This topic has 1 reply, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Redes Neurais Artificiais em Python › Problemas com a biblioteca pybrain
ImportError: cannot import name 'expm2' from 'scipy.linalg' (C:\Users\junio\anaconda3\lib\site-packages\scipy\linalg\__init__.py)
Olá Auricelio, localize o arquivo “C:\ProgramData\Anaconda3\lib\site-packages\pybrain\tools\functions.py” e alterar o “expm2” por “expm” no “from scipy.linalg” e salve em seguida.
Fabio