-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while installing eSim 2.4 on Ubuntu #277
Comments
@rudrakshpeps eSim-2.4 is not supported on Ubuntu 24.04. It is supported on Ubuntu20.04 and Ubuntu 18.04. Would you like to help us in this regard? |
@Eyantra698Sumanto I attempted to resolve the installation issue on Ubuntu 24.04. Since python3-distutils is deprecated in Python 3.12 (the version used by Ubuntu 24.04), we can use setuptools as a replacement. After installing other required packages manually - there’s another issue: esim relies on an older version of KiCad that is no longer available from any host. We will need to manually build this version of KiCad and, most likely, host the package ourselves. I tried to build the kicad but got few errors. |
@avinashlalotra Thanks for your comment. It would be great if you can contribute. Can you create a PR on whatever fixes you have done? Did you try installing KiCad-6 using the following command:
Please feel free to reply here. |
@Eyantra698Sumanto You are Welcome .
|
@avinashlalotra Yes, the problem exists and the dependencies get deprecated for every new version of Ubuntu. We were trying to get everything on Flatpak. There was some progress done at #244. It will be great if you could help us in completing it. |
@Eyantra698Sumanto I'll do my best to help with this issue. |
Description
Steps to Reproduce
In eSim 2.4 folder
Opened the terminal
executed the following command
$ chmod +x install-eSim.sh
$ ./install-eSim.sh --install
Expected Behavior
Installation complete without any issue
Screenshots
Version and OS
Additional Context
The text was updated successfully, but these errors were encountered: