Ubuntu 22.04 上的 Anaconda 执行:绿色圆圈出现然后消失,但看不到应用程序正在运行

Ubuntu 22.04 上的 Anaconda 执行:绿色圆圈出现然后消失,但看不到应用程序正在运行

我正在尝试在 Ubuntu 22.04 上安装 anaconda。最初我收到“目录已存在”: 目录存在 建议:$ ./anaconda.sh -u

bash:./anaconda.sh:权限被拒绝

zulfikar@lc2530:~$

我还得到了以下人士的帮助: 其他论坛

我修改了他们的解决方案并完成了安装

然后我尝试:

zulfikar@lc2530:~$ anaconda-navigator
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
2023-08-30 06:46:21,675 - ERROR download_api._get_url:417
Expecting value: line 1 column 1 (char 0)

Traceback (most recent call last):
  File "/home/zulfikar/anaconda3/lib/python3.7/site-packages/anaconda_navigator/widgets/main_window.py", line 499, in setup
    self.post_setup(conda_data=conda_data)
  File "/home/zulfikar/anaconda3/lib/python3.7/site-packages/anaconda_navigator/widgets/main_window.py", line 536, in post_setup
    self.tab_home.setup(conda_data)
  File "/home/zulfikar/anaconda3/lib/python3.7/site-packages/anaconda_navigator/widgets/tabs/home.py", line 169, in setup
    self.set_applications(applications, packages)
  File "/home/zulfikar/anaconda3/lib/python3.7/site-packages/anaconda_navigator/widgets/tabs/home.py", line 204, in set_applications
    apps = self.api.process_apps(applications, prefix=self.current_prefix)
  File "/home/zulfikar/anaconda3/lib/python3.7/site-packages/anaconda_navigator/api/anaconda_api.py", line 903, in process_apps
    versions=[vsdata.get('productVersion')],
AttributeError: 'str' object has no attribute 'get'

我看到了一个绿色圆圈,5 到 10 分钟后我再次出现,但没有绿色圆圈。我一次又一次地运行它,延迟相同,但应用程序没有加载。

但是,anaconda 正在我的 18.04 上运行。

有人请指导我。

祖尔菲。

相关内容