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

Hard coded Python version #9

Open
rigon opened this issue Jan 31, 2017 · 4 comments
Open

Hard coded Python version #9

rigon opened this issue Jan 31, 2017 · 4 comments
Labels

Comments

@rigon
Copy link
Owner

rigon commented Jan 31, 2017

The Python version is hard coded, so if you have are using a different version you need to edit the following file accordingly (the version used is python 3.6m):

  • youtube/youtube.pro:

    INCLUDEPATH += /usr/include/python3.6m
    
@rigon rigon added the issue label Jan 31, 2017
@syl3n7
Copy link

syl3n7 commented Feb 7, 2017

well, this [the plugin] is not working for me, I also have the python v 3.6, so i guess that it is because of that
[ i used yaourt to install ]

@rigon
Copy link
Owner Author

rigon commented Feb 7, 2017

That's odd... QMMP and youtube-dl were both updated meanwhile. Maybe you were using old repos and the links are now broken. Try update pacman database and install the plugin again:

sudo pacman -Suy youtube-dl qmmp
yaourt qmmp-plugin-youtube

But, even so, it seems that you were able install those packages because of the following lines:

qjson-0.8.1-5-x86_64 59.9 KiB 749K/s 00:00 [########################] 100%
[...]
youtube-dl-2017.02.... 1727.4 KiB 1243K/s 00:01 [########################] 100%
[...]
qmmp-1.1.6-1-x86_64 1840.2 KiB 1759K/s 00:01 [########################] 100%

This fixes the problem? Are you able to compile the project?
Please let me know if you have any progress.

@syl3n7
Copy link

syl3n7 commented Feb 7, 2017

Well, i did a full system upgrade and now it's running no problemo
so .. that's that

@rigon
Copy link
Owner Author

rigon commented Feb 7, 2017

Nice!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants