我正在暂停这个设置说明:https://machinelearningmastery.com/setup-python-environment-machine-learning-deep-learning-anaconda 但是我在最后遇到了这个问题,我不知道如何解决这个问题:
(base) C:\Users\andrz>python deep_versions.py
Traceback (most recent call last):
File “C:\Users\andrz\Anaconda3\lib\configparser.py”, line 1138, in _unify_values
sectiondict = self._sections[section]
KeyError: ‘blas’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “C:\Users\andrz\Anaconda3\lib\site-packages\theano\configparser.py”, line 168, in fetch_val_for_key
return theano_cfg.get(section, option)
File “C:\Users\andrz\Anaconda3\lib\configparser.py”, line 781, in get
d = self._unify_values(section, vars)
File “C:\Users\andrz\Anaconda3\lib\configparser.py”, line 1141, in _unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: ‘blas’
During handling of the above exception, another exception occurred:
Traceback (most …Run Code Online (Sandbox Code Playgroud)