zyedidia / SFML.jl

A binding of the game and multimedia library SFML for Julia
Other
93 stars 22 forks source link

Got ERROR: The following package names could not be resolved: * SFML (not found in project, manifest or registry) Please specify by known `name=uuid`. #56

Open JamesKCS opened 4 years ago

JamesKCS commented 4 years ago

Thanks for your work on this project! Is it still active and useable? I am using Julia 1.3.1, running on Windows 10. As directed by the README, I attempted the following command,

Pkg.add("SFML")

and got the following error message and stacktrace (I wasn't supposed to install SFML first, was I? Based on the README I got the impression that it automatically installed with your package):

Pkg.add("SFML") Cloning default registries intoC:\Users\jekostas.julia Cloning registry from "https://github.com/JuliaRegistries/General.git" Added registryGeneraltoC:\Users\jekostas.julia\registries\General` ERROR: The following package names could not be resolved:

Thank you in advance!

dmolina commented 4 years ago

Sorry, but still it was not ready for Julia 1.x. It is an old project that I expected to updated, but I do not find time. Thus, I recommend you to use instead https://github.com/JuliaMultimedia/CSFML.jl (the new version of this package would use that one).