Reputation: 1
My operating system is Linux Mint. I've recently updated to version 21. During the updating process certain packages are removed by the installer. One such package was Eric7. I have tried to install it using their Install.py script but I've hit a snag that I don't understand.
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.10/dist-packages/eric7/eric7install.json'
I've check the dist-package folder and it is empty. The /eric7/eric7install.json was probably removed by the OS update process. I don't know how to correct the situation.
I have tried the virtual environment route as suggested by their website and the process seems to have work since there in an entry in the system menu but the click on the item doesn't work. I do not know how to execute Eric7 using the eric7_venv.
I hope some can help because I do like the Eric IDE for python programming.
Upvotes: 0
Views: 838
Reputation: 1
I had the same problem
Try to install the libxcb-cursor0
package. It worked for me.
Props to https://www.mail-archive.com/[email protected]/msg04538.html
Upvotes: 0