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

upgrade rapidfuzz to 2.0.15 #1543

Merged
merged 2 commits into from
Jun 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,42 +65,6 @@ Update spotdl to the latest version which contains workaround.

`pip install -U spotdl`

## Failed to install `RapidFuzz` on termux

<https://github.com/spotDL/spotify-downloader/issues/1485>
<https://github.com/maxbachmann/RapidFuzz/issues/195>

### Error Message

```
ld.lld: error: unable to find library -lgcc
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
```

or

```
ERROR: Could not build wheels for cmake, ninja, which is required to install pyproject.toml-based projects
```

### Solution

```bash
# Setup its-pointless repo
curl -LO https://its-pointless.github.io/setup-pointless-repo.sh
bash setup-pointless-repo.sh

# Install numpy
pkg install numpy

# install rapidfuzz (v1.9.1 for now)
pip install rapidfuzz==1.9.1

# Install spotdl
pip install spotdl
```

## ssl.SSLError: \[SSL: CERTIFICATE_VERIFY_FAILED\]

<https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error>
Expand Down
Loading