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
#2148 added pyscf as a dependency, although it's only used in docs/guides/qiskit-addons-sqd-get-started.ipynb.
This breaks Windows users because https://pypi.org/project/pyscf/#files doesn't support Windows. So, Windows users can't run tox for our nb-tester program.
We should use an env marker like tweedledum; platform_system != "Darwin" to not install pyscf on Windows. We should also consider somehow indicating with nb-tester config that the notebook doesn't work on Windows so that you can still use tox to execute all notebooks.
The text was updated successfully, but these errors were encountered:
#2148 added pyscf as a dependency, although it's only used in
docs/guides/qiskit-addons-sqd-get-started.ipynb
.This breaks Windows users because https://pypi.org/project/pyscf/#files doesn't support Windows. So, Windows users can't run
tox
for our nb-tester program.We should use an env marker like
tweedledum; platform_system != "Darwin"
to not install pyscf on Windows. We should also consider somehow indicating with nb-tester config that the notebook doesn't work on Windows so that you can still usetox
to execute all notebooks.The text was updated successfully, but these errors were encountered: