malcolmw / pykonal

Travel-time calculator based on the fast-marching method solution to the Eikonal equation.
https://malcolmw.github.io/pykonal-docs/
GNU General Public License v3.0
147 stars 54 forks source link

Workaround for setuptools having become strict #43

Closed jobh closed 5 months ago

jobh commented 6 months ago

Pykonal has suddenly become uninstallable. This is an emergency fix/workaround, the root cause should also be fixed but that can come later..

I didn't bump the version, but I think this should be released/uploaded as a new version to PyPi as soon as possible.

Ref issue #42

jobh commented 5 months ago

Hi @malcolmw , any chance of looking at this? It would be nice to have a working version on pypi

malcolmw commented 5 months ago

OK, I merged and pushed to pypi. Solution appears to work for me. Will you confirm that you can install from pypi now, @jobh?

Thanks for the fix.

jobh commented 5 months ago

I tested install from pypi up to import pykonal and it seems to work. THanks @malcolmw !