tgcf icon indicating copy to clipboard operation
tgcf copied to clipboard

Digital Ocean App version is outdated (Running tgcf 1.1.7.post1)

Open elefterian opened this issue 2 years ago • 3 comments

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?

elefterian avatar Dec 20 '23 08:12 elefterian

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).

mar-tusita avatar Dec 20 '23 14:12 mar-tusita

#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 avatar Dec 20 '23 17:12 elefterian

@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/web_ui/pages/6🔬_Advanced.py", line 37, in "Enforce sequential updates", value=CONFIG.live.sequential_updates

favoritesG avatar Dec 27 '23 18:12 favoritesG