Valdanito

Results 43 comments of Valdanito

Using it with sqlparse package can achieve what I want. ``` import re import sqlparse from ddlparse import DdlParse def main(): with open("/path/to/ddl.sql", "r") as ddl_file: sql = ddl_file.read() ddls...

I looked at the source code and tried to change the value of `kiosk` to `full` to solve this problem ``` http://xxxxx?orgId=1&kiosk=full ```

The same issue was resolved on my Ubuntu server by restarting my python app :smile:

I get another error: ``` 2023-07-18 15:53:21,350 ERROR services.py:1207 -- Failed to start the dashboard , return code 1 2023-07-18 15:53:21,350 ERROR services.py:1232 -- Error should be written to 'dashboard.log'...

I got this error log: ``` prompt = str(input()) OSError: [Errno 9] Bad file descriptor ```

``` ~/install/conda/anaconda3/bin/pip install -r requirement.txt ~/install/conda/anaconda3/bin/python visual_chatgpt.py ``` worked for me.

> please how do i run this `conda info --envs`

我看到有这个错误 ImportError: accelerate>=0.20.3 is required for a normal functioning of this module, but found accelerate==0.18.0. 但是pip install accelerate>=0.20.3不管用 先pip uninstall accelerate再pip install accelerate>=0.20.3可以 没再报找不到sentence_transformers