Replies: 1 comment 1 reply
-
Using pip for installs should work everywhere Python is available, whereas conda will only work in conda environments. We decided to support pip to start but would be open to support conda packaging if it makes sense. @tgkolda Can you add an example of your install workflow here? Is pip not working? Typically for pip-only install packages, the typical workflow for Cinda users is to create a conda env, activate the ebb, then install the PyPI packages that are needed. If support is needed for something else, can you add some notes here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I know pyttb is available via pip, but is there a way to make it available via the conda install? I'm able to install everything else that way.
Thanks for any discussion.
-Tammy
Beta Was this translation helpful? Give feedback.
All reactions