Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "<stdin>", line 1, in <module>
  3. File "/home/ec2-user/anaconda3/lib/python2.7/site-packages/pymodis/__init__.py", line 1, in <module>
  4. import downmodis, parsemodis, convertmodis, optparse_required
  5. File "/home/ec2-user/anaconda3/lib/python2.7/site-packages/pymodis/downmodis.py", line 42, in <module>
  6. raise('Python GDAL library not found, please install python-gdal')
  7. TypeError: exceptions must be old-style classes or derived from BaseException, not str
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement