Skip to content

Python 3 compatibility? #2

Description

@alphaparrot

Have all components been fully-verified to be working for Python 3? I run into many issues trying to build PyRADS in Python 3.6.5 on Ubuntu, specifically the DISORT wrapper, such as Python 2 print statements in installation scripts, and upon converting a number of files with 2to3, get the following error:

Traceback (most recent call last):
  File "test_disort.py", line 9, in <module>
    import disort
  File "/home/USER/anaconda3/lib/python3.6/site-packages/disort/__init__.py", line 9, in <module>
    from . import _disort
ImportError: /home/USER/anaconda3/lib/python3.6/site-packages/disort/_disort.so: invalid ELF header

Any ideas, slash additional info on compatibility?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions