ray
ray copied to clipboard
Ray cannot be started on Ubuntu 22.04
Describe the bug Ray cannot be started on Ubuntu 22.04 (LTS)
Versions Ray version: 2.0.1 PHP version: 8.0
To Reproduce Steps to reproduce the behavior:
- Try to start the Appimage
- Cannot start due to fuse version
Expected behavior Ray should start
Screenshots
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
Desktop (please complete the following information):
- OS: Ubuntu
- Version: 22.04.1
Additional context Installing the older version of fuse is discouraged: From the wiki Do not install the fuse package as of 22.04 or you may break your system A temporary solution is to unpack the AppImage (as described in the error output) and run Ray from there:
./squashfs-root/ray &