-
Notifications
You must be signed in to change notification settings - Fork 153
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
added python2 by conda #150
base: master
Are you sure you want to change the base?
Conversation
Hey man, appreciate the work you did. i cloned your code and ran the build script and still got Unable to locate package conda. Do you know why that might be? Cheers! |
We are talking about this script
I checked docs https://conda.io/projects/conda/en/latest/user-guide/install/rpm-debian.html and seen:
I was able to reproduce mentioned problem with permissions. but there is also one element that was lost. After installation
when I add this line I am able to use conda. I decided to install python 2 by conda, because python 2 was removed from debian repo. It is not supported and generally I recommend you to migrate to meteor 3, that do not require python 2 and node 14. At moment of writing this script it was working, but now I see there was added some changes in process of conda installation. |
fix:
and connected
during installation of montiapm
there is recommendation of downgrade python to 2 https://stackoverflow.com/a/58312830/6398044
This is fix for issues:
#149
#148