-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
ERROR: Could not find a version that satisfies the requirement bidict>=0.21.0 (IDFGH-4431) #6262
Comments
+1 |
Hi @GunashekarG & @fetullah-usr. We already fixed this but the change haven't made it into Github yet. The following checksums will become clickable links when it does: dc98d0a for master, 9ff5f94 for v4.2. Until then the workaround is to add manually the following line into the We are sorry for the inconvenience. |
The long term recommendation is to switch to Python 3: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-setup.html#setting-up-python-3-as-default-for-ubuntu-and-debian That will also fix the above issue and avoid future Python 2 incompatibilities. |
It's working now after updating to Python3. Thank you guys. Cheers. |
Thank you for the feedback. I keep this open for others to see it until the fix will be available. |
This worked for me also - thanks for the help. |
The fix is available in master now: dc98d0a |
@dobairoland , the fix is merged to master but not to the V4.2 release branch, is it? Because I still have same issue using the V4.2 branch. |
This is very likely going to cause problems for other things on the system. It has for us, several times. It breaks other things in very subtle and hard-to-debug ways. In fact, this is the one major complaint I have with the ESP-IDF Getting Started for Ubuntu and Debian. The long-term plan should be to update the ESP-IDF to not require a specific system-wide default. ;) |
@MohamedZaheri The fix is in v4.2 as well: 9ff5f94 |
@jtchitty Yes, that is on the table. |
I just downloaded - as of today - ESP-IDF from your website and ran into this problem. Did this fix make its way into the official release? After switching the repository to master, I of course had no issues with installation. Thank you. Edit: This is the link I used to download. Here is the page on the website with the link to the broken zip file. |
@9ae8sdf76 Unfortunately, the fix haven't made into v4.2. It will be included in v4.2.1. It is already available in the branch https://github.com/espressif/esp-idf/tree/release/v4.2. You can already use that branch. Or you can manually apply the patch to your v4.2 copy. We are sorry for the inconvenience. |
OS: Ubuntu Mate
Version: v4.2
While installing the ESP-IDF for ESPS2, I am finding an error as shown below.
Requirements file is also attached below.
requirements.txt
My current pip version is: pip 20.3.1 (python 2.7)
Can anyone please solve this issue?
The text was updated successfully, but these errors were encountered: