-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tool fails to launch - Windows 10 #2
Comments
I'm sorry i didn't get the notification of this issue on time @MarcJenningsUK The script was written in Python 2.7, can you please try again with python 2.7 and give me a reply You can use the link below to download it |
Hi, I have the same issue too, it doesn't run on Windows 10, I have python 3.6 installed on my machine. |
Hallo, I have the same problem. Tool is not starting. I installed Arduino by using the Windows APP Store, maybe there is an other problem, using UWP? |
@MarcJenningsUK & @teoh770 your get the error because you are using python 3.7 on your machine. Try with python 2.7 |
@anasabdelrahman Were you trying to run a shell script with Python? |
I modified the python script, so it works on Python 2 and Python 3. I just have a problem with the sort method. There are 3 lambda inside the sorted function and I am not able to write it for Python2 and 3. I commented them out (so, no sorting on:
|
Installed the tool, and it fails to launch. Running the .py file in python 3.5 or 3.6 gives output :
C:\Users\marcj>python C:\Users\marcj\Documents\Arduino\tools\ESP32Partitions\tool\esp-partition.py File "C:\Users\marcj\Documents\Arduino\tools\ESP32Partitions\tool\esp-partition.py", line 498 buff = sorted(self.ui_map.iteritems(), key=lambda (k, v): (v, k)) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: