jonnymaserati / welleng

A collection of Wells/Drilling Engineering tools, focused on well trajectory planning for the time being.
Apache License 2.0
113 stars 31 forks source link

pip installation fails when using --use-pep517 flag #150

Closed DrManac closed 1 year ago

DrManac commented 1 year ago

The installation fails with error

error in welleng setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.7.*'

When installing using poetry --use-pep517 is automatically included.

The quick fix would be to remove wildcard from version requirements

jonnymaserati commented 1 year ago

Hi @DrManac, thanks for the feedback.

Have a try with v0.7.3, this should have fixed this? #156

I've tried switching to poetry but having some issues with running the GitHub wrokflows...

DrManac commented 1 year ago

v0.7.3 was successfully installed. Thanks!