Chen Mingyang
Chen Mingyang
I meet the same problem when running ./Hiddify-Linux-x64.AppImage on Linux: Error: ``` ./hiddify: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./hiddify) ./hiddify: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/.mount_HiddifjYNnqz/lib/libsqlite3_flutter_libs_plugin.so)...
> I meet the same problem when running ./Hiddify-Linux-x64.AppImage on Linux: > > Error: > > ``` > ./hiddify: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./hiddify) > ./hiddify: /lib/x86_64-linux-gnu/libc.so.6:...
> I guess this might be your solution: #31 This is helpful. `pip install pettingzoo==1.22`
I meet same problem. ```Failed to create any GPU devices, including an attempt with compatibility mode.``` but the ubuntu is newly installed, and I only install the nvidia driver for...
> The first frame allways has no data, and the drone will fall down during initialization and will not fly normally I met the same problem
## Debug Information At the time of the error: ```python # color is a numpy array color = array([202, 145, 123]) # obj_dict contains many objects with list colors (not...
# suggest fix in `{path to python}/lib/python3.10/site-packages/unrealcv/api.py` ``` def set_new_obj(self, class_name, obj_name): """ Spawn a new object. Args: class_name (str): The class name of the object. obj_name (str): The object...