-
Notifications
You must be signed in to change notification settings - Fork 18
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
Python VetiverAPI deployment issues to. Posit connect #218
Comments
I have a custom transformer in my model and i tried to do it in the way that is described here: https://github.com/rstudio/vetiver-python/blob/main/docs/custom_code.qmd |
Hi there! Thank you so much for the report. For using the Are you able to share some more information on the setup of your deployed files for the |
i am deploying app.py, custom_transformers.py and requirements.txt. The app.py is reading the python model pipeline pin from posit connect and wrapping it up in VetiverAPI. app.py is importing my custom_transformers script (from custom_transformers import....) |
Ah, a few things might be happening here! The two most seen ways to get that error are:
Let me know if either of these fixes helped out! |
Hello I am facing packaging issues on Posit workbench vs posit connect while deploying a vetiver python model. I am using
vetiver.deploy_rsconnect( connect_server, board=board, pin_name=model_name, )
I want it to use my requirements.txt file but it still uses the default env.
The error i get is this:
ERROR: No matching distribution found for cloud-init==23.1.2 2024/11/19 19:31:49.530226724 pip install failed with exit code 1
The text was updated successfully, but these errors were encountered: