Search found 13 matches

by bolshoi
Thu Aug 11, 2022 3:35 pm
Forum: Support
Topic: libtorrent upgrade: No libtorrent library found error
Replies: 5
Views: 5942

Re: libtorrent upgrade: No libtorrent library found error

Thank you for your help, FYI that command returned the same error. looks like the default python on my mac was python@3.9 (via homebrew) but I also had python@3.10 in homebrew's cellar due to the libtorrent upgrade. I fixed it by making python@3.10 default: brew unlink python@3.9 brew link --overwri...
by bolshoi
Mon Aug 08, 2022 1:38 am
Forum: Support
Topic: libtorrent upgrade: No libtorrent library found error
Replies: 5
Views: 5942

Re: libtorrent upgrade: No libtorrent library found error

Thanks, that could be the root cause, I'm running Python 3.9.13

Python 3.9.13 is the latest official release on brew, do you recommend I upgrade to 3.10 regardless?

Cheers
by bolshoi
Sun Aug 07, 2022 11:02 pm
Forum: Support
Topic: libtorrent upgrade: No libtorrent library found error
Replies: 5
Views: 5942

libtorrent upgrade: No libtorrent library found error

Deluge daemon refuses to load after upgrading libtorrent-rasterbar to 2.0.7_1 from 2.0.7

Code: Select all

deluge.error.LibtorrentImportError: No libtorrent library found: No module named 'libtorrent'
Running on M1 macOS, libtorrent installed via brew, deluge via pip.

Any clue?

Thanks!
by bolshoi
Mon Oct 25, 2021 2:27 pm
Forum: Mac OS
Topic: Deluge 2.0.3 on macOS 11.6 w/ Intel
Replies: 4
Views: 72665

Re: Deluge 2.0.3 on macOS 11.6 w/ Intel

The gettext error can be ignored, i get it all the time, no impact.

The other error is complaining about missing libtorrent looks like, try install with brew:

Code: Select all

brew install libtorrent-rasterbar
by bolshoi
Wed Oct 20, 2021 2:07 am
Forum: Mac OS
Topic: "Library not loaded: libffi" after upgrade to 3.4.2
Replies: 2
Views: 42818

Re: "Library not loaded: libffi" after upgrade to 3.4.2

I fixed this by running:

Code: Select all

pip3 install --force-reinstall cryptography
deluged seems to work for now.
by bolshoi
Tue Oct 19, 2021 3:41 pm
Forum: Mac OS
Topic: "Library not loaded: libffi" after upgrade to 3.4.2
Replies: 2
Views: 42818

Re: "Library not loaded: libffi" after upgrade to 3.4.2

original error: Traceback (most recent call last): File "/usr/local/bin/deluge", line 8, in <module> sys.exit(start_ui()) File "/usr/local/lib/python3.9/site-packages/deluge/ui/ui_entry.py", line 143, in start_ui ui.start() File "/usr/local/lib/python3.9/site-packages/deluge...
by bolshoi
Tue Oct 19, 2021 1:21 pm
Forum: Mac OS
Topic: "Library not loaded: libffi" after upgrade to 3.4.2
Replies: 2
Views: 42818

"Library not loaded: libffi" after upgrade to 3.4.2

I'm using Deluge daemon on MacOS. I upgraded libffi library via brew recently from 3.3_3 to 3.4.2. Deluge now fails with this error: dyld: Library not loaded: /usr/local/opt/libffi/lib/libffi.7.dylib I used a workaround from google: https://github.com/platformio/platform-lattice_ice40/issues/7 basic...
by bolshoi
Tue Aug 31, 2021 6:00 pm
Forum: Support
Topic: deluged 2 not starting after upgrade from 1.3 - module not found libtorrent
Replies: 5
Views: 11630

Re: deluged 2 not starting after upgrade from 1.3 - module not found libtorrent

Thank you for the details mhertz! I ended up downgrading libtorrent back to 1.2.10 and deluge is working normally again! For anyone else running into this, this is how I downgraded libtorrent-rasterbar via homebrew on macOS: brew tap-new bolshoi/local-libtorrent-rasterbar brew extract --version=1.2....
by bolshoi
Tue Aug 31, 2021 1:55 am
Forum: Support
Topic: deluged 2 not starting after upgrade from 1.3 - module not found libtorrent
Replies: 5
Views: 11630

Re: deluged 2 not starting after upgrade from 1.3 - module not found libtorrent

I have the same issue on macOS. I'll try your suggestion with building under -latomic.
Do I have to compile deluge under -latomic or libtorrent, or both?

Cheers!