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

anaconda environment? #115

Open
Casyfill opened this issue Aug 17, 2018 · 8 comments
Open

anaconda environment? #115

Casyfill opened this issue Aug 17, 2018 · 8 comments

Comments

@Casyfill
Copy link

Hey, that looks like a great project and very close to what we were looking for.
I understand why you guys ditched any environments, but still - is there any way to use lore with existing / specific conda environment (or do you think it is relatively simple to PR this feature?)

@montanalow
Copy link
Contributor

There isn't currently a way to specify a pre-existing virtual env, although it wouldn't take much more than adding a new environment variable and using that instead of searching for it. Is that what you had in mind?

@Casyfill
Copy link
Author

yes! but also - can lore spin out another conda environment, instead of local python?

@montanalow
Copy link
Contributor

Lore doesn't use local python per se. It uses pyenv to build whatever version of python is specified in runtime.txt or init --python-version. Are you advocating for using conda as the python installation service rather than pyenv? It might help me understand the motivation if you added more context.

@Casyfill
Copy link
Author

Casyfill commented Aug 18, 2018 via email

@montanalow
Copy link
Contributor

Part of the motivation for Lore is to abstract away virtualenv maintenance, so developers don't need to worry about conda vs pyenv etc. There isn't currently any support for conda/environment.yaml or Pipfile, but it wouldn't be impossible to add. For example, do you think Lore should check for Pipfile, environment.yaml or requirements.txt and use whichever it finds first to setup the virtualenv?

@Casyfill
Copy link
Author

Casyfill commented Aug 18, 2018 via email

@mturok
Copy link

mturok commented Oct 16, 2018

Out of curiosity, if you aren't using conda explicitly, are you able to pick up the mkl dependencies for numpy in some other fashion? (eg, specific wheels?)

@metatron1973

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants