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

Not able to install spotDL using termux #2092

Closed
aneesh1122 opened this issue May 12, 2024 · 1 comment
Closed

Not able to install spotDL using termux #2092

aneesh1122 opened this issue May 12, 2024 · 1 comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed

Comments

@aneesh1122
Copy link

System OS

Termux (Android)

Python Version

3.11 (CPython)

Install Source

Termux Installation Script (spotDL provided)

Install version / commit hash

Not installed yet

Expected Behavior vs Actual Behavior

Should have installed but it's throwing errors

Steps to reproduce - Ensure to include actual links!

  1. open termux
  2. run code curl -L https://raw.githubusercontent.com/spotDL/spotify-downloader/master/scripts/termux.sh | sh

Traceback

error: command '/data/data/com.termux/files/usr/bin/aarch64-linux-android-clang' failed with exit code 1        [end of output]
                                                          
note: This error originates from a subprocess, and is likely not a problem with pip.                            ERROR: Failed building wheel for pycryptodomex        
Failed to build brotli pycryptodomex                    
ERROR: Could not build wheels for brotli, pycryptodomex, which is required to install pyproject.toml-based projects

Other details

No response

@aneesh1122 aneesh1122 added the Bug Unexpected problem or unintended behavior that needs to be fixed label May 12, 2024
@aneesh1122
Copy link
Author

_file="$(find $PREFIX/lib/python3.11 -name "_sysconfigdata*.py")" rm -rf $PREFIX/lib/python3.11/_pycache_ cp $_file "$_file".backup sed -i 's|-fno-openmp-implicit-rpath||g' "$_file"

Run this and it will solve your problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant