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 just tried to install the editable version of pyzx through pip install -e . and it gave me the following error.
DEPRECATION: Legacy editable install of pyzx==0.9.0 from local_file_path/pyzx (setup.py develop) is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at pypa/pip#11457
I would have created a PR for this, but it's not clear to me which of the provided options is preferable to the maintainers.
I am using Python 3.13.2 in a conda environment.
The text was updated successfully, but these errors were encountered:
I just tried to install the editable version of
pyzx
throughpip install -e .
and it gave me the following error.I would have created a PR for this, but it's not clear to me which of the provided options is preferable to the maintainers.
I am using
Python 3.13.2
in aconda
environment.The text was updated successfully, but these errors were encountered: