doc\environment.yml not found
See original GitHub issueMCVE Code Sample
I would like to contribute to the xarray documentation.
Therefore, I tried to install the xarray-docs
environment as described in the contributing guidelines:
# Create and activate the docs environment
conda env create -f doc/environment.yml
Expected Output
Creates the xarray-docs
environment such that it can be activated.
Problem Description
EnvironmentFileNotFound: '...\xarray\doc\environment.yml' file not found
Output of xr.show_versions()
xarray: 0.14.1+11.ga4d04466
INSTALLED VERSIONS
------------------
commit: None
python: 3.7.5 (default, Oct 31 2019, 15:18:51) [MSC v.1916 64 bit (AMD64)]
python-bits: 64
OS: Windows
OS-release: 10
machine: AMD64
processor: Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: None.None
libhdf5: 1.10.4
libnetcdf: 4.6.1
xarray: 0.14.1+11.ga4d04466 pandas: 0.25.3 numpy: 1.17.3 scipy: 1.3.1 netCDF4: 1.4.2 pydap: None h5netcdf: None h5py: None Nio: None zarr: None cftime: 1.0.4.2 nc_time_axis: None PseudoNetCDF: None rasterio: None cfgrib: None iris: None bottleneck: None dask: None distributed: None matplotlib: 3.1.1 cartopy: None seaborn: None numbagg: None setuptools: 41.6.0.post20191030 pip: 19.3.1 conda: None pytest: 5.2.4 IPython: 7.9.0 sphinx: None
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Install environment from .yaml file · Issue #4328 - GitHub
I cannot manage to create a new environment from .yaml file. ... Exception: dand-env-mac.yaml file not found There is no requirements.txt.
Read more >conda fails to create environment from yml - Stack Overflow
The simplest solution to this is to omit the build info from the environment definition export. conda env export -n py36 -f py36.yml...
Read more >Unable to create conda env with YML file - IBM
We are trying to create conda enviorment with YML and getting below ... ERROR: Could not find a version that satisfies the requirement...
Read more >Defining metadata (meta.yaml) - Conda
All the metadata in the conda-build recipe is specified in the meta.yaml file. ... If a listed environment variable is missing from the...
Read more >How to automatically create a environment.yml that works with ...
However a lot of people use OSX or Windows as their day to day operating system. This means that the environment.yml created by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
PS: Environment creation worked flawlessly. It’s a pleasure to get into xarray contribution, thanks to you guys! 😃
Indeed, I deleted the cache and the documentation refreshed. Thanks!