Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana authored Nov 8, 2023
1 parent 08406d9 commit 9967a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ If you get this error on a 64-bit Windows
```
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
```
find and download the `win_amd64` wheel of `just_playback` in `dependency_builds`, then run
you need Visual C++ Build Tools. If it's not possible to install them (e.g. no administrator permissions), you can try one of the pre-built wheels of `just_playback` in the `dependency_builds` folder (might not work):
```
pip install PATH_TO_DOWNLOADED_WIN64_WHEEL
```
and *now* `pip install maestro-music` should work. Another option (especially if you're on a 32-bit Windows) is to just get Visual C++ Build Tools.
There are wheels for Python 3.10 and 3.12 for AMD64 systems.

#### Linux

Expand Down

0 comments on commit 9967a72

Please sign in to comment.