You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running a Azure Python Function App (On a Dedicated Plan). During the build process for the function app, I pip install a package which runs a build itself. The issue here, is that once the build process is run for the package, the package thinks that the Python interpreter location is at /tmp/oryx/platforms/python/3.10.4, rather than the user python location, when run.
Ie.
Source directory :/ tmp/....
Destination directory: /tmp/build/expressbuild
Python Version: **/tmp/oryx/platforms/python/3.10.4/**. [NOTE: This is where the package thinks Python is it seems].....
Running pip install....
Copying files to destination directory 'tmp/build/expressbuild'
Is there a way around this issue?
The text was updated successfully, but these errors were encountered:
Hello,
I have been trying to understand this issue.
I am currently running a Azure Python Function App (On a Dedicated Plan). During the build process for the function app, I pip install a package which runs a build itself. The issue here, is that once the build process is run for the package, the package thinks that the Python interpreter location is at /tmp/oryx/platforms/python/3.10.4, rather than the user python location, when run.
Ie.
Is there a way around this issue?
The text was updated successfully, but these errors were encountered: