Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip broken #2

Closed
Martincccc opened this issue Jan 26, 2021 · 1 comment · Fixed by #3
Closed

pip broken #2

Martincccc opened this issue Jan 26, 2021 · 1 comment · Fixed by #3

Comments

@Martincccc
Copy link

Hi WFP-VAM

It seems that the pip repository is broken. I got this issue : gcc: error: src/_whittaker.c: No such file or directory

Using the git clone ... pip install . works good.

Thanks

Martin

@valpesendorfer
Copy link
Member

Thanks for your report @Martincccc!

This is due to missing both cython and the compiled _whittaker.c extension (which is not distributed at the moment). As an easy fix, you can also install cython prior to running pip install vam.whittaker.

We'll look into distributing the extension so this won't happen again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants