You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the contributing guide, the two code lines to create the development environment cannot run actually. Besides, the environment.yml has specified python>=3.11. It is kind of strange to still specify python=3.10.
Steps To Reproduce
For conda create -n xclim python=3.10 --file=environment.yml, it leads to the error CondaValueError: could not parse 'name: xclim' in: environment.yml.
For python -m pip install -e --no-deps ., the path should be placed following -e. Otherwise, it leads to ERROR: --no-deps is not a valid editable requirement.
Additional context
No response
Contribution
I would be willing/able to open a Pull Request to address this bug.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Setup Information
Description
In the contributing guide, the two code lines to create the development environment cannot run actually. Besides, the
environment.yml
has specifiedpython>=3.11
. It is kind of strange to still specifypython=3.10
.Steps To Reproduce
For
conda create -n xclim python=3.10 --file=environment.yml
, it leads to the errorCondaValueError: could not parse 'name: xclim' in: environment.yml
.For
python -m pip install -e --no-deps .
, the path should be placed following-e
. Otherwise, it leads toERROR: --no-deps is not a valid editable requirement.
Additional context
No response
Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: