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

missing dependencies for self-test #152

Open
tyrcho opened this issue Dec 2, 2023 · 0 comments
Open

missing dependencies for self-test #152

tyrcho opened this issue Dec 2, 2023 · 0 comments

Comments

@tyrcho
Copy link
Contributor

tyrcho commented Dec 2, 2023

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

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 ?

4dsherwood added a commit that referenced this issue Dec 6, 2023
missing dependencies for self-test #152

Co-Authored-By: Llewellyn Falco <llewellyn.falco@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant