Skip to content
Discussion options

You must be logged in to vote

@xaristeidou I just created a fresh ubuntu 20.04 docker container to test it. I installed python3.8 with venv and pip package from ubnutu repo and after you create virtualenv please do

git clone https://github.com/roboflow/supervision.git
cd supervision
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip  # this needs first
pip install -e "."

For toml editable support you need recent version pip and after you update your pip inside of "virtualenv" it should be work fine. I tested as well.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@onuralpszr
Comment options

@xaristeidou
Comment options

@onuralpszr
Comment options

Answer selected by xaristeidou
Comment options

You must be logged in to vote
1 reply
@SkalskiP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #467 on October 12, 2023 21:44.