You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I hadn't realized this was as simple as reticulate::import("music21"). Very cool! :)
I was trying to use this on Windows but ran into an issue where I cannot install music21.
> conda_list()
name python
1 r-miniconda C:\\Users\\Matt\\AppData\\Local\\r-miniconda\\python.exe
2 r-reticulate C:\\Users\\Matt\\AppData\\Local\\r-miniconda\\envs\\r-reticulate\\python.exe
Calling conda_install("r-reticulate", "music21") tells me it's not available and that I should search anaconda.org to find another channel. I found this one but I am unsure how to use it with conda_install so that it is part of the r-reticulate python environment.
Previously I had tried to use my system Python installation but reticulate was not working with it and the current dev version of reticulate prompted me to install miniconda and use an environment like r-reticulate shown above. So far no luck.
The text was updated successfully, but these errors were encountered:
Hey, I hadn't realized this was as simple as
reticulate::import("music21")
. Very cool! :)I was trying to use this on Windows but ran into an issue where I cannot install music21.
Calling
conda_install("r-reticulate", "music21")
tells me it's not available and that I should search anaconda.org to find another channel. I found this one but I am unsure how to use it withconda_install
so that it is part of ther-reticulate
python environment.Previously I had tried to use my system Python installation but
reticulate
was not working with it and the current dev version ofreticulate
prompted me to install miniconda and use an environment liker-reticulate
shown above. So far no luck.The text was updated successfully, but these errors were encountered: