Open elefterian opened 11 months ago
https://github.com/aahnik/tgcf/discussions/212 https://pypi.org/project/tgcf/
Use pip (I'm not sure if you can do w/ your instance deplyoed on Digital Ocean).
212 https://pypi.org/project/tgcf/
Use pip (I'm not sure if you can do w/ your instance deplyoed on Digital Ocean).
Wow thanks pip update helped
@elefterian how you did this? I dont know how to instal 1.1.8 direcly.
I run the code: pip install tgcf==1.1.8
But now I Get the massage:
AttributeError: 'LiveSettings' object has no attribute 'sequential_updates'
Traceback:
File "/venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 564, in _run_script
exec(code, module.dict)
File "/venv/lib/python3.10/site-packages/tgcf/webui/pages/6🔬_Advanced.py", line 37, in
Describe the bug When I deployed an App on Digital Ocean today the version is - Running tgcf 1.1.7.post1
How to update the app to current version tgcf 1.1.8?