Open
Description
Does not currently support Python3. First noticed when tried to import client:
ImportError Traceback (most recent call last)
in ()
8 matplotlib.rcParams.update(matplotlib.rcParamsDefault)
9
---> 10 import uws.UWS.client as client
11
12 get_ipython().magic('matplotlib inline')
/usr/local/lib/python3.5/site-packages/uws/UWS/init.py in ()
1 # -- coding: utf-8 --
----> 2 import client
3 import connection
4 import models
5
ImportError: No module named 'client'
The error arises because Python3 needs relative imports to be explicitly defined.
Metadata
Metadata
Assignees
Labels
No labels