-
Notifications
You must be signed in to change notification settings - Fork 86
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
ModuleNotFoundError: No module named 'tizsoundcloudproxy' #718
Comments
Hi @ZaxonXP , I think the problem is that you need to set your PYTHONPATH correctly. See this section: You would need to set you PYTHONPATH like this:
replacing X.Y to the version of Python 3 in your system (I believe 3.7 in Debian Buster) |
Thanks for the info. I checked what I had set before compilation as it was suggested on the building manual and here what it was:
Later on I checked the |
During the installation step, the logs will tell you where the Python modules are installed. I suggest looking into that. That will give you the answer. |
e.g. when building Tizonia with Meson on Ubuntu Focal:
|
OK. I found these packages and updated the PYTHONPATH. Now I can play soundcloud. Thank you @tizonia ! :) |
Description
Below error is displayed after running tizonia builded from sources:
Steps to Reproduce
1.Downloaded GIT master repo
2. Compiled following the guide
3. Compiled and installed using the traditional method.
Expected behavior:
The player will stream the music
Actual behaviour:
The above mentioned error occurs.
Reproduces how often:
Always.
Versions
tizonia 0.21.0. Copyright (C) 2020 Juan A. Rubio and contributors
This software is part of the Tizonia project https://tizonia.org
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Installation Method Used
built from source
Additional Information
Please guide me what else can I provide in order to solve this issue.
The text was updated successfully, but these errors were encountered: