question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

doc\environment.yml not found

See original GitHub issue

MCVE 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
r-beercommented, Nov 20, 2019

PS: Environment creation worked flawlessly. It’s a pleasure to get into xarray contribution, thanks to you guys! 😃

1reaction
r-beercommented, Nov 20, 2019

@r-beer That’s strange, could it be a browser cache issue? I took the screenshot from the stable version of the docs (http://xarray.pydata.org/en/stable/contributing.html#requirements).

Indeed, I deleted the cache and the documentation refreshed. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found