I'm having some issues with caravel setup during `make setup`; seems like volare is not being installed correctly (at least it is not showing up in $PATH).
python3 -m pip
works fine, and so does
python3 -m venv
. I've seen some similar threads about this issue in this channel but those failures seem different than mine
Ted X
06/04/2022, 10:33 PM
OK, so this sequence of commands seems to work fine:
. So my python install is fine, as are the binary/file permissions, but something else during setup is going amiss...
Ted X
06/04/2022, 10:45 PM
Alright, I got it to work. Looking inside the caravel makefile, it looks like the setup flow was trying to install volare at the system level (i.e. not in a virtual environment or otherwise sandboxed area); since I did not run the flow as root, volare wasn't actually being installed. Creating a caravel python virtual environment first and then running
make setup
solves the issue
Ted X
06/04/2022, 10:46 PM
I think this really ought to be fixed; it is unreasonable to expect users to install any python packages at the system level, since that's widely regarded as a bad practice.
d
donn
06/05/2022, 5:00 AM
Told the same thing to the caravel team. They’re on it.
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.