I have two questions:
(1) I installed eric like this in Linux:
cd ~python3 -m venv eric_env~/eric_env/bin/python3 -m pip install --upgrade pip~/eric_env/bin/python3 -m pip install eric-ide
Then I deleted
~/eric_env/ and re-installed eric like this : sudo
pip install eric-ideIs this ok ? is deleting the eric_env folder in the first install enough ? or should I have deleted other things two ?(2) When launching eric I get the following error: Could not download the requested file from https://eric-ide.python-projects.org/plugins6/repository.xml. Error: TLS initialization failedHow do i fix this ?
Many Thanks
