install in conda
#1056
-
the documentation says to use pip to install- but that's generally a bad practice in anaconda, circumventing version control and compatibility in conda... is there a 'conda install' type installation process for this? Thx... |
Beta Was this translation helpful? Give feedback.
Answered by
anamileva
Oct 23, 2023
Replies: 1 comment
-
We develop and test on the CPython implementation of Python only. Using the Anaconda distribution instead may or may not work. At a minimum, you'd need to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anamileva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We develop and test on the CPython implementation of Python only.
Using the Anaconda distribution instead may or may not work. At a minimum, you'd need to
conda install pip
first. https://stackoverflow.com/a/43729857