datashaman / putio-automator

A suite of commands for managing torrents, transfers and files on put.io. Works well with SickRage, Sonarr, etc.
MIT License
71 stars 17 forks source link

No module named putio #4

Closed krash1220 closed 7 years ago

krash1220 commented 7 years ago

I did a clean install. Installed everything like I always do. I'm using Linux Mint 18.1. Don't know if they changed something in python or something else but no matter what I do I keep getting the same error message.

command python /TV/Putio-Automator/manage.py files_download

error Traceback (most recent call last): File "/TV/Putio-Automator/manage.py", line 8, in import putio ImportError: No module named putio

datashaman commented 7 years ago
datashaman commented 7 years ago

Argh, never mind. I see the problem now. Put.IO have changed the name of the Python package. Must be a breaking change that needs attention. I'll let you know once I've solved the issue.

datashaman commented 7 years ago

Thanks for the report, I would not have picked this up for a while yet. The latest release https://github.com/datashaman/putio-automator/releases/tag/0.3.0 fixes this issue. I suggest forcing an upgrade of all installed packages so you get the latest version of putiopy package, but it will work regardless if you don't.

git pull latest master and force an upgrade (when in virtualenv):

pip install --upgrade --force-reinstall -r requirements.txt
datashaman commented 7 years ago

I'm leaving this open for a while so other users can see it and fix if needed.

krash1220 commented 7 years ago

Fixed, thank you so much.