You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem when installing and building the tool with Certifi
Your code is now installing the newest version of Ceritifi, which is using Python 3.x in 2023, but your code is using Python 2.7.x => This causes a syntax error problem when building up the tool.
Fix
Should use a stable version when installing and building the tool
My fix for this problem in Dockerfile:
Problem when installing and building the tool with Certifi
Fix
My fix for this problem in
Dockerfile
:The text was updated successfully, but these errors were encountered: