[GH-ISSUE #86] specified package rspotify v0.9.0 has no binaries #26

Closed
opened 2026-02-27 20:22:40 +03:00 by kerem · 9 comments
Owner

Originally created by @hosseind2 on GitHub (Mar 22, 2020).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/86

when I want install this package it says specified package rspotify v0.9.0 has no binaries

Originally created by @hosseind2 on GitHub (Mar 22, 2020). Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/86 when I want install this package it says `specified package `rspotify v0.9.0` has no binaries`
kerem closed this issue 2026-02-27 20:22:40 +03:00
Author
Owner

@ramsayleung commented on GitHub (Mar 23, 2020):

Could you add more description/detail about this issue, I don't understand what your issue means :(

<!-- gh-comment-id:602324630 --> @ramsayleung commented on GitHub (Mar 23, 2020): Could you add more description/detail about this issue, I don't understand what your issue means :(
Author
Owner

@hosseind2 commented on GitHub (Mar 23, 2020):

I just did run cargo install rspotify, but it fails, and gives this error
Screen Shot 2020-03-23 at 7 19 21 PM

<!-- gh-comment-id:602645138 --> @hosseind2 commented on GitHub (Mar 23, 2020): I just did run `cargo install rspotify`, but it fails, and gives this error <img width="607" alt="Screen Shot 2020-03-23 at 7 19 21 PM" src="https://user-images.githubusercontent.com/57390535/77329152-351fdc80-6d3b-11ea-865a-ffa66a99aaf2.png">
Author
Owner

@hosseind2 commented on GitHub (Mar 23, 2020):

I am using this boilerplate https://github.com/uetchy/create-react-app-wasm and I want use this package to create an spotify implementation by rust and wasm, but now I have this issue
when I put rspotify = "0.9.0" manually in Cargo.toml and hit npm start, it starts to download packages but I get this errors, this just happens when I want to use this package

Screen Shot 2020-03-23 at 9 16 39 PM
<!-- gh-comment-id:602723437 --> @hosseind2 commented on GitHub (Mar 23, 2020): I am using this boilerplate `https://github.com/uetchy/create-react-app-wasm` and I want use this package to create an spotify implementation by rust and wasm, but now I have this issue when I put `rspotify = "0.9.0"` manually in Cargo.toml and hit npm start, it starts to download packages but I get this errors, this just happens when I want to use this package <img width="1218" alt="Screen Shot 2020-03-23 at 9 16 39 PM" src="https://user-images.githubusercontent.com/57390535/77340914-98196f80-6d4b-11ea-93ca-9d8a14c8b80d.png">
Author
Owner

@ramsayleung commented on GitHub (Mar 24, 2020):

I just did run cargo install rspotify, but it fails, and gives this error

Rspotify is not a binary package, it's a crate, you could not install rspotify with cargo install rspotify check this links for more detail:
https://stackoverflow.com/questions/37706999/error-installing-a-crate-via-cargo-specified-package-has-no-binaries
https://github.com/rust-lang/cargo/issues/3821

<!-- gh-comment-id:602964859 --> @ramsayleung commented on GitHub (Mar 24, 2020): > I just did run `cargo install rspotify`, but it fails, and gives this error Rspotify is not a binary package, it's a crate, you could not install rspotify with `cargo install rspotify` check this links for more detail: https://stackoverflow.com/questions/37706999/error-installing-a-crate-via-cargo-specified-package-has-no-binaries https://github.com/rust-lang/cargo/issues/3821
Author
Owner

@ramsayleung commented on GitHub (Mar 24, 2020):

I am using this boilerplate https://github.com/uetchy/create-react-app-wasm and I want use this package to create an spotify implementation by rust and wasm, but now I have this issue
when I put rspotify = "0.9.0" manually in Cargo.toml and hit npm start, it starts to download packages but I get this errors, this just happens when I want to use this package

Screen Shot 2020-03-23 at 9 16 39 PM

I think it's something related to webbrowser, which is the sub dependency of rspotify, the error message says webbrowser only supports Windows, Linux, Macos, BSD, it doesn't support your operating system, what kind of OS are you using ?

<!-- gh-comment-id:602966059 --> @ramsayleung commented on GitHub (Mar 24, 2020): > I am using this boilerplate `https://github.com/uetchy/create-react-app-wasm` and I want use this package to create an spotify implementation by rust and wasm, but now I have this issue > when I put `rspotify = "0.9.0"` manually in Cargo.toml and hit npm start, it starts to download packages but I get this errors, this just happens when I want to use this package > > <img alt="Screen Shot 2020-03-23 at 9 16 39 PM" width="1218" src="https://user-images.githubusercontent.com/57390535/77340914-98196f80-6d4b-11ea-93ca-9d8a14c8b80d.png"> I think it's something related to `webbrowser`, which is the sub dependency of `rspotify`, the error message says `webbrowser` only supports Windows, Linux, Macos, BSD, it doesn't support your operating system, what kind of OS are you using ?
Author
Owner

@hosseind2 commented on GitHub (Mar 24, 2020):

Mac OS

<!-- gh-comment-id:603053476 --> @hosseind2 commented on GitHub (Mar 24, 2020): Mac OS
Author
Owner

@ramsayleung commented on GitHub (Mar 24, 2020):

It doesn't make sense, I use Mac OS either, I think the fail reason is that webbroser doesn't support wasm.

<!-- gh-comment-id:603087514 --> @ramsayleung commented on GitHub (Mar 24, 2020): It doesn't make sense, I use Mac OS either, I think the fail reason is that `webbroser` doesn't support `wasm`.
Author
Owner

@hosseind2 commented on GitHub (Mar 24, 2020):

ok thanks for your help 👍
I will figure webbroser problem

<!-- gh-comment-id:603330137 --> @hosseind2 commented on GitHub (Mar 24, 2020): ok thanks for your help 👍 I will figure webbroser problem
Author
Owner

@ramsayleung commented on GitHub (Mar 25, 2020):

I am gonna close this issue, if you have any problem later, you could reopen it.

<!-- gh-comment-id:603675584 --> @ramsayleung commented on GitHub (Mar 25, 2020): I am gonna close this issue, if you have any problem later, you could reopen it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#26
No description provided.