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

Add support and/or instructions for cases where user model and/or wrapper needs to use a different python environment than boa #27

Open
jemissik opened this issue Oct 10, 2022 · 0 comments

Comments

@jemissik
Copy link
Collaborator

A user's model may need to run in a different python environment than boa's environment, since there could be conflicts that make it impossible to install boa and the model in the same environment.

A user's wrapper could also have this problem (e.g. if it needs to import from a model that needs a different environment). In this case it could simply be treated the same way as other external wrappers, but perhaps there would still be conveniences over non-python wrappers. As one idea it would probably be nicer and more functional to use pickles instead of needing to convert everything to json.

We should decide the best way to handle these cases and add instructions to the docs.

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

1 participant