We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just tried to track the version of cf_xarray that is available on the pangeo google cloud, but I am getting this error.
cf_xarray
import cf_xarray cf_xarray.__version__
AttributeError: module 'cf_xarray' has no attribute '__version__'
conda list cf_xarray gives
conda list cf_xarray
# packages in environment at /srv/conda/envs/notebook: # # Name Version Build Channel cf_xarray 0.5.1 pyh44b312d_0 conda-forge
Seems like the version is not packaged properly? Or am I missing something?
The text was updated successfully, but these errors were encountered:
oops I think we want to migrate to pyproject.toml also
pyproject.toml
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, I just tried to track the version of
cf_xarray
that is available on the pangeo google cloud, but I am getting this error.conda list cf_xarray
givesSeems like the version is not packaged properly? Or am I missing something?
The text was updated successfully, but these errors were encountered: