Closed whusym closed 6 years ago
I just figured out that its neurofinder-python
only support python 2.7/3.4 but not this one.
The problem is that python 3.x returns an iterator (e.g. <zip object at 0x1a11bb9348>
) but not the list we want. Change it into a list in the tomask
function then everything should work! :)
this stackoverflow answers the iterator issue: https://stackoverflow.com/questions/19278084/zip-function-giving-incorrect-output
This is awesome! Thanks!
It takes forever for me to run it though.... any suggestions on making it faster?
(My bad.. it's solved now.)
So I got this the error when loading data using the
example.py
. No idea why. Environment - py3.6. I don't think I need to install any extra libraries but I just can't get it work.It works in my py2.7 environment though. I don't really want to use py2.7 ... /shrug