Setting up new machine and wasp won't install.
@kapa.ai I'm trying to set up a new machine and the CL prompt to install won't work. I get an error saying there is no wasp version 15.2
3 Replies
Wohooo @wbjb, you just became a Waspeteer level 1!
Hi @wbjb. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the information provided in the knowledge sources, it seems you're encountering an issue similar to what other users have experienced when trying to install Wasp. The error message you're seeing about "no wasp version 15.2" is likely a misinterpretation of the actual error.
The problem you're facing is most likely related to a curl issue rather than a problem with Wasp itself. This has been reported before and is typically caused by a problematic curl installation, particularly when using the snap version of curl on Ubuntu systems.
To resolve this issue, you can try the following steps:
1. Uninstall the snap version of curl if you're using it.
2. Install curl using apt instead.
This solution was effective for other users facing a similar problem, as mentioned in the GitHub issue discussion (https://github.com/wasp-lang/wasp/issues/1455).
If you're using Ubuntu, you can try these commands:
After doing this, attempt the Wasp installation again using the standard installation command:
If you continue to face issues, it would be helpful to provide more details about your operating system and the exact command you're using to install Wasp. You can also reach out to the Wasp community on Discord (https://discord.gg/rzdnErX) for further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @wbjb, 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?
Yep that was exactly it. Thanks