style-transfer icon indicating copy to clipboard operation
style-transfer copied to clipboard

added ENV VAR to frontend to avoid raise exception due to newer versi…

Open Ashish-Surve opened this issue 4 years ago • 4 comments

Updated streamlit library required either git to be installed or environment variable GIT_PYTHON_REFRESH=quiet to be set.

I have just added this line so that I can get the code working. Also, checked streamlit repo for the same issue. seems like someone is working on it.

If possible, will also check the difference between using the warning and installing git soon. for now, I was able to get this working using the above change.

Ashish-Surve avatar Dec 17 '20 18:12 Ashish-Surve

I should've pinned the specific streamlit version in requirements.txt

amalshaji avatar Dec 17 '20 18:12 amalshaji

Yeah that would have done it too. Btw thanks for three project guidelines. I am working on a similar but segmentation project and had decided to learn fastapi streamlit and docker togrther. 😃

Ashish-Surve avatar Dec 17 '20 19:12 Ashish-Surve

Btw, do you want me to reproduce the error or is that okay?

Ashish-Surve avatar Dec 17 '20 19:12 Ashish-Surve

It would be great if you could reproduce the error. I'll give it a look when I'm free.

Fixing the error is a priority

amalshaji avatar Dec 18 '20 03:12 amalshaji