You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing 0.18 with recent setuptools and python libs gives
Traceback (most recent call last):
File "/hpf/largeprojects/MICe/tools/MICe-lab/0.18/bin/saddle_recon.py", line 4, in <module>
__import__('pkg_resources').run_script('MICe-lab==0.18', 'saddle_recon.py')
File "/hpf/largeprojects/MICe/tools/python-modules/20180914/lib/python3.6/site-packages/pkg_resources/__init__.py", line 661, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/hpf/largeprojects/MICe/tools/python-modules/20180914/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1448, in run_script
exec(script_code, namespace, namespace)
File "/hpf/largeprojects/MICe/tools/MICe-lab/0.18/lib/python/MICe_lab-0.18-py3.6.egg/EGG-INFO/scripts/saddle_recon.py", line 27, in <module>
ImportError: cannot import name 'varian_recon_parser'
Managed to get around this by falling back to older stuff during installation. So either the packaging of MICe-lab is broken according to current Python standards, or some of my other libs are broken for unknown reasons, or ...
Something to keep an eye on, anyway.
The text was updated successfully, but these errors were encountered:
Installing 0.18 with recent setuptools and python libs gives
Managed to get around this by falling back to older stuff during installation. So either the packaging of MICe-lab is broken according to current Python standards, or some of my other libs are broken for unknown reasons, or ...
Something to keep an eye on, anyway.
The text was updated successfully, but these errors were encountered: