8000
Comment options
You must be logged in to vote
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
Replies: 1 comment
-
See #188 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am currently trying to use Iris within Google Colab. I have managed to install it through Conda, however I am struggling to import it - when I do, the following error message is returned:
ImportError Traceback (most recent call last) in () ----> 1 import iris
6 frames
/usr/local/lib/python3.6/site-packages/cf_units/init.py in () 43 from .util import _OrderedHashable, approx_equal 44 ---> 45 from cf_units import _udunits2 as _ud 46 from cf_units._udunits2 import (UT_ASCII, UT_ISO_8859_1, UT_LATIN1, UT_UTF8, 47 UT_NAMES, UT_DEFINITION) ImportError: cannot import name '_udunits2' from 'cf_units' (/usr/local/lib/python3.6/site-packages/cf_units/init.py)
The problem seems to be that Google Colab is struggling to import _udunits2 from cf_units. I have checked and both these packages are installed on Google Colab and so I can't understand why they won't import.
Does anyone have any ideas of how to get round this issue? Thanks very much in advance if you can help out at all!
Beta Was this translation helpful? Give feedback.
All reactions