question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SMA-MOD + SAB = ModuleNotFoundError: No module named 'tmdbsimple'

See original GitHub issue

Hi there,

Updated the container with your mod, went smooth but failed conversion with ModuleNotFoundError: No module named 'tmdbsimple'.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:51 (25 by maintainers)

github_iconTop GitHub Comments

1reaction
morganzerocommented, Jun 26, 2021

/opt/scripts/sma/nzb/config:/usr/local/sma/config

Use that

Thanks @mdhiggins, this worked like a charm! I haven’t had any errors ever since I deploy containers with /config/ at the end of the SMA path.

Thanks for your help and your work as always!

0reactions
mdhigginscommented, Sep 6, 2021

Yeah this is doable. For docker you can just use volumes to map different config files

Beyond that just set your SMA_CONFIG environment variable before calling the script to use different configs

https://github.com/mdhiggins/sickbeard_mp4_automator#override-configuration-path

Just make a simple wrapper script and set that value before things launch to the path of the config you want to apply

Read more comments on GitHub >

github_iconTop Results From Across the Web

tmdbsimple - PyPI
Implements all TMDb methods, including Accounts and Authentication. Easy to access data using Python class attributes. Easy to experiment with tmdbsimple ...
Read more >
ModuleNotFoundError: No module named 'tmdbsimple'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'tmdbsimple' How to remove the ModuleN.
Read more >
ModuleNotFoundError: No module named 'tmdbsimple' - Reddit
I'm getting this error: Traceback (most recent call last): File "/scripts/SABPostProcess.py", line 8, in <module> from ...
Read more >
No module named 'tmdbsimple' - Copy Paste Guru
Where is my Python module's answer to the question "How to fix "ModuleNotFoundError: No module named 'tmdbsimple'""
Read more >
ImportError: No module named 'encodings' - python
The error message looks like that: Fatal Python error: Py_Initialize: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found