Closed nschloe closed 4 years ago
This doesn't even install.
apt install python3-segyio
did the trick on Ubuntu. Also worth mentioning.
Ok. I've updated the dependencies on the requirements.txt
with the scikit-build
package on #20 .
It looks like some other users of segyio
also had this issue with as per here https://github.com/equinor/segyio/issues/468
I improved the install.rst doc in #21 to differentiate between building by pypi and building by source/"manually" (Apparently, black
also got recently updated and this was causing the CI linter to fail).
The segyio dep needs
to be installed. Probably worth mentioning in the the instructions, and probably worth filing a bug about upstream.