Closed muslu closed 9 months ago
Did you run the 5 commands at the end of make deps
in the same terminal as make
(and prior to running make
)?
Also if just looking at getting Incus on 20.04, you can install the packages from https://github.com/zabbly/incus
Looks like you got the bad PPA name for cowsql from their README, I've sent a fix.
Our own instructions do use ppa:cowsql/stable
which is the correct name.
thank you and your team.
respect.
Hi!
I'm currently trying to set up Incus for contributing by following the instructions to Install Incus from source here
I've followed the same steps as in this issue, and I'm getting the same error that cowsql is missing. I was wondering what the solution was to fix this.
Thanks!
@lucaszcai you need to make sure to run the export
commands showed at the end of make deps
. You can put those in your .bashrc
so new terminals get them automatically, but for your current one, you'll need to manually run them.
@stgraber I just started with a clean version of incus cloned from the Github, followed the steps, and I'm still running into the same issues.
The steps I took were to clone the repo, cd into the incus folder, run make deps, paste in the export lines into the terminal, and then run make.
I've attached a screenshot of what that looks like from my end. Please let me know if I'm doing anything wrong along the way, thanks!
Don't use sudo
You don't need to run make as root and sudo strips the environment so that's why it's failing for you
Hi,
I installed fresh Ubuntu 20.04.6.
Install COWSQL
Reinstall Incus
PPA COWSQL I created issue on cowsql github.
GO