Skip to content

Python 3.5 support #61

@huard

Description

@huard

Code Sample, a copy-pastable example if possible

import rioxarray

Problem description

Import seems to fail on Python 3.5 with version 0.0.15.
Python 3.5 does not seem to be part of the Travics-CI suite.

>>> import rioxarray
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/david/.conda/envs/xclim3.5/lib/python3.5/site-packages/rioxarray/__init__.py", line 8, in <module>
    import rioxarray.rioxarray  # noqa
  File "/home/david/.conda/envs/xclim3.5/lib/python3.5/site-packages/rioxarray/rioxarray.py", line 1104
    **profile_kwargs,
                    ^
SyntaxError: invalid syntax
>>> 

Expected Output

Output of rioxarray --version

Details rioxarray: command not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions