-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
conda package manager #464
Comments
Using |
Is there any known way to install Here were my steps using the recommendation from the conda installation page:
(restart termux)
(accept defaults)
|
@MaxGhenis is you android device x86_64? If not then that particular script isn't the way to go. |
@Grimler91 yes I'm running a Pixelbook, and this installer worked via crouton. |
The latest ARM repo did not work for my Pixel XL. Does anyone know where to get a repo that works for my version of ARM? Or is that something that would have to be built from scratch? |
What you mean by "did not work" ? Please explain your error or problem you are facing |
This comment was marked as spam.
This comment was marked as spam.
@Hax4us, here's a snippet of installation and error: ... installing: sqlite-3.8.4.1-1 ... |
@scottlittle you have a aarch64 device so you shouldn't use a armv7l installation script. |
This comment was marked as spam.
This comment was marked as spam.
@SDRausty the termux-info output doesn't mention arm, only aarch64. I'm not familiar with pixel xl though, maybe it is one of those that mix arches. |
This comment was marked as spam.
This comment was marked as spam.
My device is not rooted.
…On Wed, Apr 18, 2018, 4:29 PM S D Rausty ***@***.***> wrote:
This might simply be the effect of rooting an Android device too; Do you
concur?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACaHRgntAkfMY_C7pXy7oYR92CfzuF5Cks5tp6INgaJpZM4J_6eg>
.
|
@scottlittle, you can't execute these binaries in Termux due to different ABI. GNU libc needed to run them. |
Should I file a new issue for my Pixelbook installation problem? It seems like this discussion is for other device types. |
I'm getting this after following your steps. |
@ameybhavsar24 You won't be able to use it. Termux doesn't support executables compiled for normal Linux distributions. It will just end with:
because of missing linker (/lib/ld-linux-x86-64.so.2). |
Hello, I'd like to try to install the
conda
package manager. I'm trying to install it through pip (pip install conda). There are many other dependencies needed by conda. A lot of them can be installed via pip as well, but I'm stuck on the installation ofpycosat
with the following error:I'm not an expert of Android NDK. Do you think it's fixable? Is there a way to add the
sys/unistd.h
header file?Thank you for this wonderful app
The text was updated successfully, but these errors were encountered: