We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After pip install py-feat, while importing Detector class, this error pops up under feat/utils/stats.py
pip install py-feat
ImportError: cannot import name 'simps' from 'scipy.integrate'
This is due to a version conflict, where this function is now called 'simpson' and not simps
Issue discussed here: XanaduAI/strawberryfields#750
The text was updated successfully, but these errors were encountered:
@ashutoshjha3103 - did you find any workaround?
Sorry, something went wrong.
@avshyz yes, for now I use the scipy==1.13 (<1.14) as suggested on the link I gave in the description.
No branches or pull requests
After
pip install py-feat
, while importing Detector class, this error pops up under feat/utils/stats.pyImportError: cannot import name 'simps' from 'scipy.integrate'
This is due to a version conflict, where this function is now called 'simpson' and not simps
Issue discussed here: XanaduAI/strawberryfields#750
The text was updated successfully, but these errors were encountered: