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
Hey, I'm a long time user of approval testing (on the JVM) but new on python.
I installed vscode / python and cloned this repo on a fresh machine.
When I follow the instructions from https://github.com/approvals/ApprovalTests.Python#pull-requests to run the self-tests I have several errors like ModuleNotFoundError: No module named 'numpy'
ModuleNotFoundError: No module named 'numpy'
I resolved them by running
pip install empty_files pip install typing_extensions pip install mrjob pip install numpy
Maybe something is missing from either the documentation or the list of dependencies installed by tox ?
The text was updated successfully, but these errors were encountered:
. d updated run commands
64c40e8
missing dependencies for self-test #152 Co-Authored-By: Llewellyn Falco <[email protected]>
No branches or pull requests
Hey, I'm a long time user of approval testing (on the JVM) but new on python.
I installed vscode / python and cloned this repo on a fresh machine.
When I follow the instructions from https://github.com/approvals/ApprovalTests.Python#pull-requests to run the self-tests I have several errors like
ModuleNotFoundError: No module named 'numpy'
I resolved them by running
Maybe something is missing from either the documentation or the list of dependencies installed by tox ?
The text was updated successfully, but these errors were encountered: