mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #86] specified package rspotify v0.9.0 has no binaries #26
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 packagerspotify v0.9.0has no binaries@ramsayleung commented on GitHub (Mar 23, 2020):
Could you add more description/detail about this issue, I don't understand what your issue means :(
@hosseind2 commented on GitHub (Mar 23, 2020):
I just did run

cargo install rspotify, but it fails, and gives this error@hosseind2 commented on GitHub (Mar 23, 2020):
I am using this boilerplate
https://github.com/uetchy/create-react-app-wasmand I want use this package to create an spotify implementation by rust and wasm, but now I have this issuewhen 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@ramsayleung commented on GitHub (Mar 24, 2020):
Rspotify is not a binary package, it's a crate, you could not install rspotify with
cargo install rspotifycheck 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
@ramsayleung commented on GitHub (Mar 24, 2020):
I think it's something related to
webbrowser, which is the sub dependency ofrspotify, the error message sayswebbrowseronly supports Windows, Linux, Macos, BSD, it doesn't support your operating system, what kind of OS are you using ?@hosseind2 commented on GitHub (Mar 24, 2020):
Mac OS
@ramsayleung commented on GitHub (Mar 24, 2020):
It doesn't make sense, I use Mac OS either, I think the fail reason is that
webbroserdoesn't supportwasm.@hosseind2 commented on GitHub (Mar 24, 2020):
ok thanks for your help 👍
I will figure webbroser problem
@ramsayleung commented on GitHub (Mar 25, 2020):
I am gonna close this issue, if you have any problem later, you could reopen it.