MISS3D / s2p

This repository is not maintained, please use https://github.com/centreborelli/s2p instead.
GNU Affero General Public License v3.0
144 stars 77 forks source link

Failed building wheel for s2p #216

Closed valeriodeluca closed 4 years ago

valeriodeluca commented 4 years ago

Hi @carlodef Great project! :) During installation I get: "Failed building wheel for s2p" I have ubuntu 18.04.2. Thanks Valerio

gfacciol commented 4 years ago

Hi, can you re-run the installation with: pip3 install s2p --user --verbose

I guess that you're missing some development tools needed for the wheel compilation: https://github.com/cmla/s2p#other-dependencies-geographiclib-fftw

best,

On Tue, Nov 19, 2019 at 4:11 PM valeriodeluca notifications@github.com wrote:

Hi @carlodef https://github.com/carlodef Great project! :) During installation I get: "Failed building wheel for s2p" I have ubuntu 18.04.2. Thanks Valerio

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MISS3D/s2p/issues/216?email_source=notifications&email_token=ABGFI2UDTM6VU6SW6DE3XKTQUP6Y3A5CNFSM4JPEZUXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2L6NUA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGFI2SZVUSVD55CGNL7C43QUP6Y3ANCNFSM4JPEZUXA .

valeriodeluca commented 4 years ago

Thank you @gfacciol, Now the install gone right, but I get ImportError: No module named s2p both in python and python3. Thank you for your time best Valerio

valeriodeluca commented 4 years ago

It seems that with ubuntu 18.04.3 no import error. Thanks Best Valerio