eric ide freezes at startup - Fixed

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
micksulley
Level 4
Level 4
Posts: 207
Joined: Fri Feb 14, 2014 11:32 am

eric ide freezes at startup - Fixed

Post by micksulley »

I recently installed Mint21 Cinnamon and have spent days trying to fix a problem with eric ide freezing when it starts. It took me a while and many, many reinstalls to fix it and so I thought it may be worthwhile recoding it here in case anyone else hits the problem.

eric install from https://eric-ide.python-projects.org/

Code: Select all

    cd ~
    python3 -m venv eric_env
    ~/eric_env/bin/python3 -m pip install --upgrade pip
    ~/eric_env/bin/python3 -m pip install eric-ide
    ~/eric_env/bin/eric7_post_install
I installed Mint21 on my desktop, installed eric and it froze at startup, could not click on anything.
I installed Mint21 on an old laptop, installed eric and it worked fine.
I installed Ubuntu 22.04 on my desktop, installed eric and it worked fine.

After many, many re-installs etc I noticed that the video driver on desktop was "xserver-xorg-video-nouveau" but the recommended one was "nvidea-driver-515". I changed it and now eric runs again. The old laptop did not have a video driver installed, so did not have teh issue.

Hope that helps someone else.

Mick
Last edited by LockBot on Mon Feb 06, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
eegrek39
Level 2
Level 2
Posts: 56
Joined: Fri Jun 19, 2015 9:30 am
Location: Norfolk

Re: eric ide freezes at startup - Fixed

Post by eegrek39 »

I have upgraded to Linux Mint 21 Vanessa
I tried this
~/eric_env/bin/python3 -m pip install --upgrade pip
but it keeps on saying No module named pip
in the package manager there is only 1 package which is python3-pip-whl
I tried to substitute the pip with python3-pip-whl
~/eric_env/bin/python3 -m python3-pip-whl install --upgrade python3-pip-whl
I get message - No Module named python3-pip-whl
Is there anything else I can try?
eegrek39
Level 2
Level 2
Posts: 56
Joined: Fri Jun 19, 2015 9:30 am
Location: Norfolk

Re: eric ide freezes at startup - Fixed

Post by eegrek39 »

Sorry all is now well - I must have typed the code incorrectly - Many thanks for the solution
Locked

Return to “Software & Applications”