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

Possibly broken packaging causes ImportError ?? #14

Open
bcdarwin opened this issue Sep 14, 2018 · 0 comments
Open

Possibly broken packaging causes ImportError ?? #14

bcdarwin opened this issue Sep 14, 2018 · 0 comments

Comments

@bcdarwin
Copy link
Member

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.

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