ChristophKirst / ClearMap

ClearMap is a python toolbox for the analysis and registration of volumetric data from cleared tissues.
http://christophkirst.github.io/ClearMap/build/html/index.html
GNU General Public License v3.0
49 stars 41 forks source link

ImportError when importing ClearMap.Analysis.VoxelizationCode (Cython 0.25) #11

Open djarecka opened 7 years ago

djarecka commented 7 years ago

Python can't find "VoxelizationCode.so" shared library in ClearMap/Analysis.

Installing ClearMap by running python setup.py install returns this warning: Warning: Extension name 'ClearMap/Analysis/VoxelizationCode' does not match fully qualified name 'ClearMap.Analysis.VoxelizationCode' of 'ClearMap/Analysis/VoxelizationCode.pyx'

Installing older version of Cython (0.24) solved the problem in my case.