-
Notifications
You must be signed in to change notification settings - Fork 251
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
startup fail (Linux mint 20.2) #610
Comments
Hi! could you send us the icestudio.log that was created in you home directory? you could see detailed instructions in issue #494 |
I have done it. at first, the log mentioned missing dependency venv, I installed it using : apt install python3.8-venv Still the same error, .icestudio only contains a file named profile.json, there is no venv/bin directory, creating it manually does not fix the error. Here is the log: `Icestudio session Sat Jan 15 2022 16:57:46 GMT-0500 (Eastern Standard Time)
|
Could you open a terminal and execute the command: python -V and paste the output here? |
At first I got : Command 'python' not found, did you mean: command 'python3' from deb python3 ` The output of the python -V command is now : Python 3.8.10 Still the same error, log unchanged. |
Hi ermtl, The first error (image1) is because the toolchain is not yet installed (This error happens always the first time you execute icestudio. It is not a real error and will be revemoved soon). Let's focus on the sencond error I need you to follow this steps for getting more information about the problem:
Thanks for your report |
I still had the second error message, but this time the toolchain install worked (but with some errors still in the log like 'ERROR: Failed building wheel for blackiceprog'). It would be really good to have more explicit, action oriented error messages, also the menu item says 'logging enabled' but you still have to click on it to activate it. People see it's enabled, but it does not work. would be better if the text was 'logging disabled' when it's disabled. Here is the log, thanks for your help ! |
Thanks for the log. Everything is fine and the toolchains have been successfully installed. So, now you should be able to load circuits in your board Let's recap:
(The package python-is-python3 is not really needed. If you do not have it installed it will also run fine) I will close this issue as all the errors reported has been fixed. Thanks for your help |
@Obijuan : I tried on a different machine (Linux Mint 19.3) and it also failed while installing the toolchain but for a different reason. ~$ /home/eric/.icestudio/venv/bin/python3.9 -m pip install --upgrade pip Trying to install the toolchain failed again producing the same message. Here is the picture You'll find the log below Then, I tried something else : in Edit - Preferences - Python environment, I manually entered the following paths: Also (but I think it's unrelated), during startup and before the splash screen appears, |
I tried to install version 0.8.0 and the latest nightly on a Linux Mint 20.2 machine and got the following error.
Image
Steps to reproduce :
Image
Unsurprisingly, if I then try to install the toolchain I get this new error:
Image
I have Python 3.8.10
The text was updated successfully, but these errors were encountered: