kannibalox / pyrosimple

An overhauled fork of the pyrocore tools for rTorrent
https://kannibalox.github.io/pyrosimple/
GNU General Public License v3.0
48 stars 5 forks source link

pyrotorque dependency issue #10

Closed TMD20 closed 1 year ago

TMD20 commented 1 year ago

So I was able to fix this error

File "/root/.local/bin/pyrotorque", line 5, in from pyrosimple.scripts.pyrotorque import run File "/root/.local/pipx/venvs/pyrosimple/lib/python3.10/site-packages/pyrosimple/scripts/pyrotorque.py", line 15, in from apscheduler.schedulers.background import BackgroundScheduler ModuleNotFoundError: No module named 'apscheduler'

Issue seems to be that apscheduler is not installed as part of the default package from pypi

kannibalox commented 1 year ago

Try running pip install 'pyrosimple[torque]' to install the dependencies, I didn't make that clear enough in the documentation.