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
On either:
pip install [email protected]:nestauk/nuts_finder
git clone [email protected]:nestauk/nuts_finder /tmp/nuts_finder && pip install /tmp/nuts_finder
File "setup.py", line 2, in <module> from nuts_finder import __version__ ModuleNotFoundError: No module named 'nuts_finder'
The text was updated successfully, but these errors were encountered:
also available on pypi: pip install nuts-finder works for me
pypi
pip install nuts-finder
though clearly the installation from git should also work (so the issue should stay open)
git
Sorry, something went wrong.
No branches or pull requests
On either:
pip install [email protected]:nestauk/nuts_finder
git clone [email protected]:nestauk/nuts_finder /tmp/nuts_finder && pip install /tmp/nuts_finder
The text was updated successfully, but these errors were encountered: