-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no module name c2048 , how do i install c2048 in windows version of anaconda? #4
Comments
Put this file in the module search path of python https://github.com/tjwei/2048-NN/blob/master/c2048.py |
KeyError Traceback (most recent call last) KeyError: 'blas' During handling of the above exception, another exception occurred: NoSectionError Traceback (most recent call last) ~\Anaconda3\lib\configparser.py in get(self, section, option, raw, vars, fallback) ~\Anaconda3\lib\configparser.py in _unify_values(self, section, vars) NoSectionError: No section: 'blas' During handling of the above exception, another exception occurred: KeyError Traceback (most recent call last) ~\Anaconda3\lib\site-packages\theano\configparser.py in fetch_val_for_key(key, delete_key) KeyError: 'blas.ldflags' During handling of the above exception, another exception occurred: RuntimeError Traceback (most recent call last) ~\Anaconda3\lib\site-packages\theano_init_.py in () ~\Anaconda3\lib\site-packages\theano\scan_module_init_.py in () ~\Anaconda3\lib\site-packages\theano\scan_module\scan_opt.py in () ~\Anaconda3\lib\site-packages\theano\tensor_init_.py in () ~\Anaconda3\lib\site-packages\theano\tensor\blas.py in () ~\Anaconda3\lib\site-packages\theano\tensor\blas_headers.py in () ~\Anaconda3\lib\site-packages\theano\configparser.py in get(self, cls, type_, delete_key) ~\Anaconda3\lib\site-packages\theano\configdefaults.py in default_blas_ldflags() ~\Anaconda3\lib\site-packages\theano\configdefaults.py in check_mkl_openmp() RuntimeError: To use MKL 2018 with Theano you MUST set "MKL_THREADING_LAYER=GNU" in your environement. getting this error now |
No description provided.
The text was updated successfully, but these errors were encountered: