Skip to content
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

Open
rudrakshpeps opened this issue May 30, 2024 · 6 comments
Open

Issue while installing eSim 2.4 on Ubuntu #277

rudrakshpeps opened this issue May 30, 2024 · 6 comments

Comments

@rudrakshpeps
Copy link

rudrakshpeps commented May 30, 2024

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

Screenshot from 2024-05-30 18-19-13

Version and OS

  • eSim version : eSim-2.4
  • OS: [e.g. Windows 10, 64 bit] Ubuntu Lts 24.04

Additional Context

@rudrakshpeps rudrakshpeps changed the title Issue while installing eSim 2.3 on Ubuntu Issue while installing eSim 2.4 on Ubuntu May 30, 2024
@Eyantra698Sumanto
Copy link
Contributor

@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?

@avinashlalotra
Copy link
Contributor

@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.

@Eyantra698Sumanto
Copy link
Contributor

@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:

sudo add-apt-repository ppa:kicad/kicad-6.0-releases
sudo apt update -y
sudo apt -y install kicad

Please feel free to reply here.

@avinashlalotra
Copy link
Contributor

@Eyantra698Sumanto You are Welcome .
The method you provided for installing KiCad 6.0 isn't functioning on Ubuntu 24.04, although it works on 20.04 and 22.04. Currently, I’ve encountered three issues with Ubuntu 24.04:

1. KiCad Installation: The installation process for KiCad is problematic on this version.
2. System-Wide Package Installation: It's not possible to install system-wide packages using pip in Ubuntu 24.04. 
 Packages should be installed via apt or another appropriate method. Alternatively, this can be managed within a Python virtual environment.
3. LLVM-9 Installation: Installation of LLVM-9 fails during the nghdl sh script. 

@Eyantra698Sumanto
Copy link
Contributor

@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.

@avinashlalotra
Copy link
Contributor

@Eyantra698Sumanto I'll do my best to help with this issue.
I'm new to Flatpak, but I'll familiarize myself with it and aim to make a meaningful contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants