Create environment using Anaconda
Open
- Dominant language
- Jupyter Notebook
- Stars
- 25.6k
- Forks
- 12.7k
- PR merge metrics
- No merged PRs in 30d
Description
When I tried to create an environment using Anaconda with the following command
```
$ conda env create -f environment.yml
```
I got the following error
```
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- xgboost==0.82
```
How can I fix it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.