Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

ImportError: No module named Spectrum2.iochannel #91

Open
tigre-bleu opened this issue May 10, 2018 · 0 comments
Open

ImportError: No module named Spectrum2.iochannel #91

tigre-bleu opened this issue May 10, 2018 · 0 comments

Comments

@tigre-bleu
Copy link

I try to run transwhat on debian stretch. For this I cloned the project from github and checked out the last release.
Launching spectrum fails with the following:

Traceback (most recent call last):
  File "/home/spectrum2/transwhat/transWhat/transwhat.py", line 40, in <module>
    from Spectrum2.iochannel import IOChannel
ImportError: No module named Spectrum2.iochannel

I could move the Spectrum2 folder to the same level as transwhat.py but then I have:

Traceback (most recent call last):
  File "/home/spectrum2/transwhat/transWhat/transwhat.py", line 41, in <module>
    from config import SpectrumConfig
ImportError: No module named config

I tried the master branch, but with no success.

I really struggle to have transwhat working. I also tried the spectrum2 docker image, but it does not work either.

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

No branches or pull requests

1 participant