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
{{ message }}
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
I could move the Spectrum2 folder to the same level as transwhat.py but then I have:
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.
The text was updated successfully, but these errors were encountered: