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
ERROR: Cannot install black==22.1.0 and typing-extensions==3.7.4 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested typing-extensions==3.7.4
black 22.1.0 depends on typing-extensions>=3.10.0.0; python_version <"3.10"
Additional information
No response
The text was updated successfully, but these errors were encountered:
Before posting a bug report
Expected behavior
Installing strawberryfields for development should install all required packages and do it without dependency errors.
Actual behavior
Following the installation steps, a conflict between
tensorflow
andblack
dependencies halts the installation of the packages indev_requirements.txt
.Reproduces how often
Every time.
System information
Source code
pip install -e . pip install -r dev_requirements.txt
Tracebacks
Additional information
No response
The text was updated successfully, but these errors were encountered: