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
I ran pip install cryptofeed in VS code, and this is the error i encountered:
Building wheels for collected packages: yapic.json
Building wheel for yapic.json (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for yapic.json (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [209 lines of output]
/private/var/folders/kr/37tr9w_j26xbtkn12wgw8x8m0000gn/T/pip-build-env-av1__p0f/overlay/lib/python3.13/site-packages/pdm/pep517/base.py:296: PDMWarning: 'license' is missing
"license": meta.license_expression,
/private/var/folders/kr/37tr9w_j26xbtkn12wgw8x8m0000gn/T/pip-build-env-av1__p0f/overlay/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:81: SetuptoolsWarning: extras_require overwritten in pyproject.toml (optional-dependencies)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I ran pip install cryptofeed in VS code, and this is the error i encountered:
Building wheels for collected packages: yapic.json
Building wheel for yapic.json (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for yapic.json (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [209 lines of output]
/private/var/folders/kr/37tr9w_j26xbtkn12wgw8x8m0000gn/T/pip-build-env-av1__p0f/overlay/lib/python3.13/site-packages/pdm/pep517/base.py:296: PDMWarning: 'license' is missing
"license": meta.license_expression,
/private/var/folders/kr/37tr9w_j26xbtkn12wgw8x8m0000gn/T/pip-build-env-av1__p0f/overlay/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:81: SetuptoolsWarning:
extras_require
overwritten inpyproject.toml
(optional-dependencies)Ultimately, it failed to build yapic.json
Please help!
Beta Was this translation helpful? Give feedback.
All reactions