Skip to content

Conversation

@sagerb
Copy link
Contributor

@sagerb sagerb commented Oct 17, 2023

In association with PR: posit-dev/rsconnect-python#412, the conda_mode param is soon to been deprecated. It is still being accepted for the method deploy_python_fastapi, but it will not do anything. It is expected to be removed in the future. Passing true for this parameter wasn't really supported as Connect has not supported condo environment restoration.

Per the issue referenced above:

Experimental support for Conda environment was added to rsconnect-python. Connect does not support restoring Conda environments. We should remove the Conda references from rsconnect-python.

This PR fixes: #196

Copy link
Contributor

@isabelizimm isabelizimm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for this 🙌 do you all know what version number this will be implemented in? I may want to pin a compatible version (or do some other error handling) and queue it up to have a fast follow from your release. 😄

FYI: the docs breaking are unrelated to your change, it's due to the changes coming from a fork

@sagerb
Copy link
Contributor Author

sagerb commented Oct 26, 2023

@isabelizimm Looks like the release will be this month, so I'm expecting it will be 1.21.0, but I'll get you a specific version number once we schedule the release.

@isabelizimm isabelizimm merged commit 4008274 into rstudio:main Oct 27, 2023
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 this pull request may close these issues.

Conda parameter for rsconnect-python is being deprecated

2 participants