Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflicts when installing dev_requirements.txt #690

Open
1 task done
sduquemesa opened this issue Mar 11, 2022 · 0 comments
Open
1 task done

Dependency conflicts when installing dev_requirements.txt #690

sduquemesa opened this issue Mar 11, 2022 · 0 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@sduquemesa
Copy link
Contributor

Before posting a bug report

  • I have searched exisisting GitHub issues to make sure the issue does not already exist.

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 and black dependencies halts the installation of the packages in dev_requirements.txt.

Reproduces how often

Every time.

System information

Not relevant.

Source code

pip install -e .
pip install -r dev_requirements.txt

Tracebacks

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

@sduquemesa sduquemesa added bug Something isn't working dependencies Pull requests that update a dependency file labels Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant