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
make devenv
make devenv errors:
venv/bin/pip-compile setup.py --extra drivers -o requirements.prod.txt Backend subprocess exited when trying to invoke get_requires_for_build_wheel Failed to parse /Users/iaindillingham/Code/opensafely-core/cohort-extractor/setup.py make: *** [Makefile:25: requirements.prod.txt] Error 2
pip install . into a new virtual env is more informative:
pip install .
Version 'not-from-a-package' is not valid according to PEP 440.
The text was updated successfully, but these errors were encountered:
Makefile
justfile
No branches or pull requests
make devenv
errors:pip install .
into a new virtual env is more informative:The text was updated successfully, but these errors were encountered: