I am trying to test the caravel example, but with ...
# caravel
e
I am trying to test the caravel example, but with the latest version of caravel when I run the
make setup
command I get the following error: if [ -d "/home/baungarten2/caravel_user_project/caravel" ]; then\ echo "Deleting exisiting /home/baungarten2/caravel_user_project/caravel" && \ rm -rf /home/baungarten2/caravel_user_project/caravel && sleep 2;\ fi echo "Installing caravel-lite.." Installing caravel-lite.. git clone -b mpw-9h https://github.com/efabless/caravel-lite /home/baungarten2/caravel_user_project/caravel --depth=1 Cloning into '/home/baungarten2/caravel_user_project/caravel'... warning: Could not find remote branch mpw-9h to clone. fatal: Remote branch mpw-9h not found in upstream origin make: * [Makefile101 install] Error 128
m
@Emilio Baungarten as a quick fix, try setting
export CARAVEL_LITE=0
before
make setup
.
βœ… 1
Verified and reported that
caravel_lite
is missing the new tag. Thanks @Emilio Baungarten!
e
Thanks to you @Mitch Bailey, I was able to install caravel.
πŸ‘ 1
my error, once the installation started I thought I was not going to have more problems but I get the following error.
Copy code
Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 165.6 MB/s eta 0:00:00
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 139.7 MB/s eta 0:00:00
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Installing collected packages: pcpp, zstandard, typing-extensions, sniffio, pyyaml, pygments, mdurl, idna, h11, exceptiongroup, click, certifi, markdown-it-py, httpcore, anyio, rich, httpx, volare
Successfully installed anyio-4.3.0 certifi-2024.2.2 click-8.1.7 exceptiongroup-1.2.0 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 idna-3.6 markdown-it-py-3.0.0 mdurl-0.1.2 pcpp-1.30 pygments-2.17.2 pyyaml-6.0.1 rich-13.7.1 sniffio-1.3.1 typing-extensions-4.10.0 volare-0.16.0 zstandard-0.22.0
./venv/bin/volare enable 78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc
Version 78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc not found locally, attempting 
to download…
Downloading common.tar.zst… ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
The read operation timed out
make[1]: * [/home/baungarten2/caravel_user_project/caravel/Makefile1273 pdk-with-volare] Error 255 make[1]: Leaving directory '/home/baungarten2/caravel_user_project' make: * [Makefile95 pdk-with-volare] Error 2
Will I need to install volare again?
m
@Emilio Baungarten running
make setup
wipes and reinstalls caravel and the pdk, I think. I think the volare issue is intermittent. May have been fixed with a more recent version. Can you try reinstalling?
e
By installing the latest version or volate and with the complete installation`(export CARAVEL_LITE=0`) I was able to install caravel.
πŸ‘ 1