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
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
When using pipfile, the build appears to fail (in installing Python dependencies phase) with the following error on focal:
ModuleNotFoundError: No module named 'pip._vendor.certifi'
and on xenial:
ImportError: No module named weakref
Both are using Python 2.7, but the error occurs when trying to use Python 3.8 on focal too. Since it fails in dependency installation phase, there is not much a user can do to create or fix this error.
Also, the same works when using requirements.txt instead of pipfile.
Describe the bug:
Reported by user on the forums.
When using
pipfile
, the build appears to fail (in installing Python dependencies phase) with the following error onfocal
:and on
xenial
:Both are using Python 2.7, but the error occurs when trying to use Python 3.8 on
focal
too. Since it fails in dependency installation phase, there is not much a user can do to create or fix this error.Also, the same works when using
requirements.txt
instead ofpipfile
.Repo to test: https://github.com/Hrishikesh-K/netlify-test
Configuration:
Deploy logs:
focal
: https://app.netlify.com/sites/keen-wiles-29d30e/deploys/61a8e53f4e2d862aa8977c72xenial
: https://app.netlify.com/sites/keen-wiles-29d30e/deploys/61acc95a9622e8adc53b1d8cThe text was updated successfully, but these errors were encountered: