somoclu: NameError: name 'wrap_train' is not defined : somoclu Version: 1.7.5 in windows
Hi, I am getting the error which I can see the different issues for the same in discussions dating back from 2016,
som_clu.train()
Traceback (most recent call last):
File "<ipython-input-196-fe94f553b2c4>", line 1, in <module>
som_clu.train()
File "C:\ProgramData\Anaconda3\lib\site-packages\somoclu\train.py", line 222, in train
wrap_train(np.ravel(self._data), epochs, self._n_columns, self._n_rows,
NameError: name 'wrap_train' is not defined
import somoclu
Warning: the binary library cannot be imported. You cannot train maps, but you can load and analyze ones that you have already saved.
If you installed Somoclu with pip on Windows, this typically means missing DLLs. Please refer to the documentation.
may i know the correct solutions please? I am using windows, in Anaconda spyder IDE Thanks
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 16
Commits related to this issue
- Updated somoclu for conda on Windows. Modified the setup process in Python Possible fix for #144 — committed to thompsonsed/somoclu by thompsonsed 5 years ago
Hey, I’m having the same problem here,
NameError: name 'wrap_train' is not defined
.python setup.py install
successfuly;libiomp5md
,msvcp90
,msvcr90
andvcomp90
;Any ideia? Thank you
Python 3.7.4 or 3.7.0 with Somoclu 1.7.4 didnt work for me, neither Python 3.6 with Somoclu 1.7.5 😦