pepkit / looper

A job submitter for Portable Encapsulated Projects
http://looper.databio.org
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

looper 1.4.0 is incompatible with peppy 0.32.0 #337

Closed nsheff closed 2 years ago

nsheff commented 2 years ago
looper --help
Traceback (most recent call last):
  File "/home/nsheff/.local/bin/looper", line 5, in <module>
    from looper.__main__ import main
  File "/home/nsheff/.local/lib/python3.8/site-packages/looper/__init__.py", line 23, in <module>
    from .conductor import (
  File "/home/nsheff/.local/lib/python3.8/site-packages/looper/conductor.py", line 17, in <module>
    from peppy.exceptions import RemoteYAMLError
ImportError: cannot import name 'RemoteYAMLError' from 'peppy.exceptions' (/home/nsheff/.local/lib/python3.8/site-packages/peppy/exceptions.py)
nsheff commented 2 years ago

See: https://github.com/pepkit/peppy/pull/367

nsheff commented 2 years ago

False alarm. I hadn't actually installed 0.32.0, apparently.