Skip to content
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

[BUG] CERTIFICATE_VERIFY_FAILED during dependency downloading #4407

Closed
AndreasArendt opened this issue Jan 13, 2025 · 0 comments
Closed

[BUG] CERTIFICATE_VERIFY_FAILED during dependency downloading #4407

AndreasArendt opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working.

Comments

@AndreasArendt
Copy link
Contributor

AndreasArendt commented Jan 13, 2025

Printer model

all

Firmware version

6.1.4 (latest master branch commit 8978fe1 )

Upgrades and modifications

No response

Printing from...

none

Describe the bug

This bug occurs when running the bootstrap.py file during first time build. The urlretrieve function is according to the python documentation legacy code and might be deprecated in future and should therefore be be replaced by requests.

This is part of the error message.
grafik

How to reproduce

Delete (all) or at least the arm compiler e.g. arm-gnu-toolchain-13.2.rel1-mingw-w64-i686-arm-none-eabi and run build.py file on windows.

Tested with Python 3.9.13

Expected behavior

build.py script should download all dependencies without throwing error messages

Files

No response

@AndreasArendt AndreasArendt added the bug Something isn't working. label Jan 13, 2025
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 13, 2025
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 13, 2025
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 13, 2025
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 14, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 14, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 14, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
- fix docker scripts
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 15, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
- fix docker scripts
- create .dependencies folder during bootstrapping in case it does not
  exist
AndreasArendt added a commit to AndreasArendt/Prusa-Firmware-Buddy that referenced this issue Jan 16, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
- fix docker scripts
- create .dependencies folder during bootstrapping in case it does not
  exist
@Tomcus Tomcus closed this as completed in 136fb25 Jan 16, 2025
danopernis pushed a commit that referenced this issue Jan 30, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
- fix docker scripts
- create .dependencies folder during bootstrapping in case it does not
  exist

BFW-6626
bkerler pushed a commit to bkerler/Prusa-Firmware-Buddy that referenced this issue Feb 1, 2025
- replace urlretrieve with requests
- cleanup download_and_unzip function during bootstrap
- adjust python requirements for pipeline and dev
- fix docker scripts
- create .dependencies folder during bootstrapping in case it does not
  exist

BFW-6626
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant