Has anyone faced this issue while running `make se...
# shuttle
h
Has anyone faced this issue while running
make setup
with mpw-6c tag?
Copy code
ERROR: tiptop 0.2.2 has requirement rich>=11.0.0, but you'll have rich 10.16.2 which is incompatible.
ERROR: textual 0.1.15 has requirement rich<12.0.0,>=11.0.0, but you'll have rich 10.16.2 which is incompatible.
Installing collected packages: pyyaml, charset-normalizer, requests, click, rich, click-default-group, volare
WARNING: The script normalizer is installed in '/home/mkhan33/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use--no-warn-script-location.  
WARNING: The script volare is installed in '/home/mkhan33/.local/bin' which is not on PATH. 
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed charset-normalizer-2.0.12 click-8.1.3 click-default-group-1.2.2 pyyaml-5.4.1 requests-2.27.1 rich-10.16.2 volare-0.1.3
make[1]: volare: Command not found
Oh I think I need to add /home/mkhan33/.local/bin to PATH so that it finds
volare
Is it safe to ignore the above warnings ? @User
d
No, you do need to add that to PATH. The caravel team should change that to use a venv though @User
h
Sorry I meant the errors above @User related to tiptop and textual
d
unsure, frankly. id recommend using a venv
m
I missed that, will ping you once it's updated. Thanks!
@User can you please submit an issue on caravel_user_project repo?
h
m
Thank you!