Skip to content
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

'module' object has no attribute 'FileList' when calling "stat.calculateStatistics" #21

Open
vzickus opened this issue Jan 25, 2019 · 0 comments

Comments

@vzickus
Copy link

vzickus commented Jan 25, 2019

I tried tracking this down, but I cannot seem to find the exact location where the FileList is messed up. This is following the tutorial here: https://rawgit.com/ChristophKirst/ClearMap/master/docs/_build/html/imageanalysis.html

settings.ClearMapPath /home/vzickus/anaconda3/envs/Python27/lib/python2.7/site-packages/ClearMap-0.9.2-py2.7-linux-x86_64.egg/ClearMap Traceback (most recent call last): File "clearmap_test.py", line 19, in <module> print stat.calculateStatistics(filename, method = 'mean') File "/home/vzickus/anaconda3/envs/Python27/lib/python2.7/site-packages/ClearMap-0.9.2-py2.7-linux-x86_64.egg/ClearMap/ImageProcessing/ImageStatistics.py", line 61, in calculateStatistics result = parallelProcessStack(source, sink = sink, function = calculateStatisticsOnStack, join = joinStatistics, method = method, remove= remove, verbose = verbose, **parameter); File "/home/vzickus/anaconda3/envs/Python27/lib/python2.7/site-packages/ClearMap-0.9.2-py2.7-linux-x86_64.egg/ClearMap/ImageProcessing/StackProcessing.py", line 422, in parallelProcessStack results = pool.map(_processSubStack, argdata); File "/home/vzickus/anaconda3/envs/Python27/lib/python2.7/multiprocessing/pool.py", line 253, in map return self.map_async(func, iterable, chunksize).get() File "/home/vzickus/anaconda3/envs/Python27/lib/python2.7/multiprocessing/pool.py", line 572, in get raise self._value AttributeError: 'module' object has no attribute 'FileList'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant