Installation failed: There is no wasp version 0.14.0
I'm trying to install the latest version but I'm getting this error, I'm using ubuntu in WSL.
13 Replies
Hi @Julian Mendez. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
The error you're encountering might be due to an issue with how curl is installed on your Ubuntu system. This problem has been encountered by other users as well, and a potential solution has been discussed in this Github issue (https://github.com/wasp-lang/wasp/issues/1455#issuecomment-1739549085).
Here are the steps you can follow:
1. Check your curl installation. You might need to reinstall it via
apt
.
2. Try to install Wasp again using the installation script:
3. If the problem persists, you might want to manually download the Wasp binary package and install it in $HOME_LOCAL_BIN
. The script for this process is provided in the Github issue (https://github.com/wasp-lang/wasp/issues/1455).
If you're still having trouble, you can reach out to the Wasp community on their Discord server (https://discord.com/channels/686873244791210014/1219194204622688266) for further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Julian Mendez, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?Hey i am on wsl as well,
and it worked for me,
did you use the installation command given in getting started?
Just this one --
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
@Julian Mendez
Try it out and lemme know if there's any issues.Yeah i just try with that command several times, let me try again
Same error, i tried even reinstalling curl, but i get the same :sadboi:
did you follow all the steps in installing wsl ?
maybe there's an underlying issue there?
Do you maybe have an ARM CPU? 🙂
yeah i follow the steps
Wohooo @Julian Mendez, you just became a Waspeteer level 1!
No
maybe it's a file system issue?
is your wasp installed on wsl?
The "Solution" was to install another version of Ubuntu for WSL: Ubuntu-22.04, anyway thanks to everyone for your support.
aah nice,
it's always better to go with the LTS version,
good to know you figured it out, lemme know if you need anything else,
i am also on wsl.
One thing i can't figure out though is getting the project working on other devices on same network.
like on your phone being on same wifi and going to localhost:3000 and seeing your project.
can you see it? @Julian Mendez
let me create a project, i let you know if i can see it.