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
Show version number just like pip-compile --version.
Actual result
Traceback (most recent call last):
File "/path/to/project/venv/bin/pip-sync", line 5, in <module>
from piptools.scripts.sync import cli
File "/path/to/project/venv/lib/python3.11/site-packages/piptools/scripts/sync.py", line 17, in <module>
from .. import sync
File "/path/to/project/venv/lib/python3.11/site-packages/piptools/sync.py", line 11, in <module>
from pip._internal.commands.freeze import DEV_PKGS
ImportError: cannot import name 'DEV_PKGS' from 'pip._internal.commands.freeze' (/path/to/project/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py)
The text was updated successfully, but these errors were encountered:
Environment Versions
Steps to replicate
Expected result
Show version number just like
pip-compile --version
.Actual result
The text was updated successfully, but these errors were encountered: