jgrss / mpglue

A Python library for image and vector processing
MIT License
8 stars 3 forks source link

newer release? #9

Closed d3netxer closed 5 years ago

d3netxer commented 5 years ago

Can there be a newer release? I am trying to run spfeas, but it needs utils.py

from mpglue import utils
ImportError: cannot import name 'utils'
jgrss commented 5 years ago

The tarball 'releases' are very out of date and I need to update the README. Currently, the better option is to clone the repo and build.

d3netxer commented 5 years ago

ok good to know. Thanks