coder / cursor-arm

Cursor built for ARM Linux and Windows
https://cursor.com
MIT License
19 stars 0 forks source link

I could not run it on my jetson nano device #3

Closed mesutnafizsimsek closed 9 hours ago

mesutnafizsimsek commented 4 days ago

I have jetson nano with jetpack 4.1.1.

When i try to execute appImage i get following error :

./cursor_0.40_linux_arm64.AppImage: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./cursor_0.40_linux_arm64.AppImage)

Any ideas?

mesutnafizsimsek commented 4 days ago

I found that

Can I run VS Code on older Linux distributions? Starting with VS Code release 1.86.1 (January 2024), VS Code desktop is only compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, or Ubuntu 20.04.

If you are unable to upgrade your Linux distribution, the recommended alternative is to use our web client. If you would like to use the desktop version, then you can download the VS Code release 1.85 from here. Depending on your platform, make sure to disable updates to stay on that version. A good recommendation is to set up the installation with Portable Mode.

So as Cursor build top of vscode 1.91 it looks like its not possible to use it in ubuntu 18 systems

matifali commented 19 hours ago

Yes. It looks like its not possible.

kylecarbs commented 9 hours ago

Closing because it's not reasonable for us to add backwards compat like that.

The issue content is very helpful for searchers in the future though!