Closed tskisner closed 2 years ago
I'll probably remove poetry and use something more reasonable sometime in September or October.
The installation eventually died with an error trying to install pyparsing. I then generated a setup.py from the pyproject.toml using a slightly modifed version of this script. The resulting setup.py had the same problem. I think the issue is some kind of mutually exclusive version requirements of the dependencies. Can you tell me what python version(s) you have used successfully with this?
In Github action it was working with 3.6 7 8
switched from poetry to flit in https://github.com/galsci/mapsims/commit/1942d3193bcab083f943fdd18f149fc25c5ea7fa this should hopefully be fixed.
While attempting to install this package with pip at NERSC, it seems like pip / poetry is downloading many different versions of dependency wheels, amounting to hundreds of MB. Is this the expected behavior? Output of
was the following:
As you can see I finally killed it after 20 minutes. I'll try again and let it run for longer, but it seems kind of crazy...