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

deluge-pip wont fetch python3.7 packages [Possible Fix] #225

Closed
Richardgriff opened this issue May 16, 2021 · 2 comments
Closed

deluge-pip wont fetch python3.7 packages [Possible Fix] #225

Richardgriff opened this issue May 16, 2021 · 2 comments

Comments

@Richardgriff
Copy link
Contributor

Richardgriff commented May 16, 2021

Hi, I had troble installing deluge-pip from the plugin index.

When installing as follows

fetch https://raw.githubusercontent.com/ix-plugin-hub/iocage-plugin-index/master/deluge-pip.json
iocage fetch -P deluge-pip.json -n deluge nat=1

deluge-pip_fail.txt

I decided to upgrade the the deluge-pip from python 3.7 to 3.8 to see if that would fix the issue.
I have upgraded the deluge-pip to reference all python3.8 packages
I have also upgraded the post_install.sh to reference python3.8

It now seems to play nicely.

please feel free to use the following commands to install youself

fetch https://raw.githubusercontent.com/Richardgriff/iocage-plugin-index/master/deluge-pip.json
iocage fetch -P deluge-pip.json -n deluge nat=1

feedback is welcome.

@jsegaert
Copy link
Contributor

You are correct; The default version of Python switched from 3.7 to 3.8 recently causing breakage in several plugins.

I tested your changes and confirm that the plugin with your patch installed fine and let me download a torrent. Can you submit a pull request with these changes? Thanks!

@Richardgriff
Copy link
Contributor Author

deluge-pip upgraded to python 3.8 #226 PR now approved issue can be closed

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