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

manual.py script not working in container #11

Closed
automator0 opened this issue May 15, 2020 · 2 comments
Closed

manual.py script not working in container #11

automator0 opened this issue May 15, 2020 · 2 comments

Comments

@automator0
Copy link

In the latest container, the manual.py script is not working due to a guessit error

Traceback (most recent call last):
File "./manual.py", line 5, in
import guessit
ModuleNotFoundError: No module named 'guessit'

Is something missing?

@mdhiggins
Copy link
Owner

Are you executing the script in the correct virtual environment? For the container all the dependencies are installed using venv and you need to execute within that environment

/usr/local/sma/venv/bin/python3 /usr/local/sma/manual.py

@automator0
Copy link
Author

That was it! Noted it is in the other environment

Thanks!

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

2 participants