Open woctezuma opened 3 years ago
Alright, I guess this is due to:
https://github.com/ternaus/retinaface/pull/18/commits
You might need to upload another build to PYPI without the streamlit
requirement, after this commit from November:
which I found thanks to the history of requirements.txt
:
https://github.com/ternaus/retinaface/commits/master/requirements.txt
As you can see the build on PYPI is from August:
Thank you for the PYPI module.
For information, people using Google Colab have to restart their runtime after they
pip install
the module.This happens because of the requirements of
streamlit
.If I run
pip install streamlit
, I can see the following, which confirms my suspicion:I wonder if it would be possible to downgrade the version of
ipykernel
or remove thestreamlit
requirement altogether.