-
Notifications
You must be signed in to change notification settings - Fork 176
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 parameters cause "--home not recognized" error #794
Comments
Hi @Xodarap , the repo link you provided is not valid any more, could you share an updated link of your repo so we could investigate the issue? Thanks! |
Hi, I replicated it in this repository: https://github.com/Xodarap/function-dep-example This is just the default Python HTTP trigger function, except I added that dependency. When deploying I get this:
|
@Xodarap Can you check if doing what the following link says helps resolving your issue? |
Yep, this works, thanks. I don't know if this is a feature request for oryx or serverless Python, but it would be nice if the error message was more helpful. Feel free to close this otherwise though |
@Xodarap Thanks for trying it out and giving us an update. Yeah this error message is not from Oryx as such so we would not try to fix it at our end. |
Bug Report
At what date and time did you most recently experience the problem?
2020-09-27 9:30 PM PST
Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
Azure function
If your repo is publicly available please share its URL:
https://github.com/Xodarap/tiktok-beautiful-azure
What happened?
build failed
What did you expect or want to happen?
wanted it to work
How can we reproduce it?
put in something custom into your requirements.txt instead of just a package name. Here's what I did:
-e git+https://github.com/Xodarap/TikTok-Api.git@73f9be9928177853539a39b26011cfbf0a842de2#"egg=TikTokApi" --install-option="--exists-action w"
if I replace this with
TikTokApi
it works fine.
The text was updated successfully, but these errors were encountered: