-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Can't install large packages in Termux-proot #568
Comments
I think there might have been a bug in conda and libmamba's solver in the previous version. Try the latest version of miniforge's installer (it updates the default package). Apparently the next version should be even better in terms of memory limitations. PS. not many of us use Termux so that is why we are all hesitant to reply |
Thank you, I didn’t expect a quick response)). Miniforge3 v24.1.2-0 test showed that the error still occurs. |
@SHLEM666 were you able to resolve this error? I am still seeing it in 24.7.1 |
@hmaarrfk I would like to help solve this issue by testing. What logs do I need to collect and how do I enable those logs? |
the best thing to do would be to help create some kind of docker image that recreates the issue so we all be on the same page. without that, we are going to be very slow at iterating. |
No, I faild to solve this problem. |
According to your idea, I tried to use termux-docker aarch64 image.
This attempt fails at proot-distro install step with the following error:
I've found topic with similar problem. But in my case, the reason is not in the wrong PATH value. According to the result of the next two commands, the error reason may be related to bad linking.
|
Solution to issue cannot be found in the documentation.
Issue
When I try to install SageMath package on Android device with
conda
ormamba
the following error occursMoreover, at several installation attempts, this error occurs with different packages.
E.g. ipython, sagelib, python, giac, nbconvert, pythran, sphinx, notebook, rpy2 and many-many others.
Additionally, I tried splitting the SageMath package installation into parts, but result was the same.
The error always has the same form:
No such file or directory: '/root/miniforge3/pkgs/package_name-version-build/some/path/__init__.py
Commands to reproduce
Detailed information
The full installation output is too large to post here
output.txt
Environment info
Hardware
Software
Note
On Raspberry Pi 3 Model B (aarch64, 1Gb ram) + Raspberry OS lite 64 bit
Installation with the same commands completes successfully
The text was updated successfully, but these errors were encountered: