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

PyYAML==3.13 failed to install #185

Closed
asavaritayal opened this issue Aug 21, 2018 · 4 comments
Closed

PyYAML==3.13 failed to install #185

asavaritayal opened this issue Aug 21, 2018 · 4 comments
Assignees

Comments

@asavaritayal
Copy link
Contributor

If the requirements.txt contains PyYAML==3.13, the following error is received when publishing the function app -

Could not find a version that satisfies the requirement PyYAML==3.13 (from versions: )
No matching distribution found for PyYAML==3.13

ERROR: binary dependencies without wheels are not supported

The wheel error is odd since it seems that PyYAML indeed does offer wheel packages for version 3.13. See here - yaml/pyyaml#49

@asavaritayal
Copy link
Contributor Author

@elprans can you please investigate this?

@elprans
Copy link
Collaborator

elprans commented Aug 21, 2018

@asavaritayal It only offers wheels for Windows, but not for Linux, which is a target platform.

@asavaritayal
Copy link
Contributor Author

Thanks for confirming! @elprans so in the future I can check myself, is there a way to determine from PyPI whether a package offers linux wheels or not?

@asavaritayal
Copy link
Contributor Author

Ah, never mind. I figured it out. Thanks :)

kaibocai pushed a commit that referenced this issue Aug 19, 2022
* Do not use BindingType for loading functions

* Run E2E tests on build
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

No branches or pull requests

2 participants