-
Notifications
You must be signed in to change notification settings - Fork 59
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
developer installation doc needs to be updated #615
Comments
I'm not seeing what the issue is. Does |
Yes! I got this error
my pip version is |
You need at least Pip version 21.3 which supports PEP-610. |
thank you! well I just realized that I can upgrade pip and try it again. So I did... and it works..... |
I am used to running |
Thanks for the tips! I had this conda env last summer and didn't upgrade it for a while... |
in Readme, Developer installation is illustrated as the following:
However, after the recent update,
setup.cfg
has been removed; instead,pyproject.toml
has been used.pip install -e ".[dev]"
needs to be updated. So doespip install -e ".[dask]"
Happy New Year!
The text was updated successfully, but these errors were encountered: