Skip to content
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

I can't install Archiconda #23

Closed
TYeniyayla opened this issue May 27, 2019 · 24 comments
Closed

I can't install Archiconda #23

TYeniyayla opened this issue May 27, 2019 · 24 comments

Comments

@TYeniyayla
Copy link

  • I downloaded the "Archiconda3-0.2.3-Linux-aarch64.sh" file.

  • chmod + x Archiconda3-0.2.3-Linux-aarch64.sh
    command i used.

  • ./Archiconda3-0.2.3-linux-aarch64.sh
    I did but I get an error like this:

PREFIX=/home/tunahan/archiconda3
installing: python-3.7.1-h39be038_1002 ...
./Archiconda3-0.2.3-Linux-aarch64.sh: 342: ./Archiconda3-0.2.3-Linux-aarch64.sh: /home/tunahan/archiconda3/bin/python: not found

@hmaarrfk
Copy link
Contributor

what platform are you on? Are you on aarch64? or aarch32?

@TYeniyayla
Copy link
Author

aarch64

@hmaarrfk
Copy link
Contributor

can you output the full output of the result? what is your motherboard? what is your microcontroller?

@TYeniyayla
Copy link
Author

CPU: Qualcomm Technologies, Inc MSM8996pro
GPU: mdssfb_90000 mdssfb_a0000
Kernel: aarch64 Linux 3.18.71-perf-ga01336f
OS: Debian 10 buster

@hmaarrfk
Copy link
Contributor

hmaarrfk commented May 27, 2019 via email

@TYeniyayla
Copy link
Author

  • ./archiconda3-0.2.2-linux-aarch64.sh
    I get the same error.

  • ./archiconda3-0.2.1-linux-aarch64.sh
    I get the same error.

  • ./archiconda3-0.2.0-linux-aarch64.sh
    I get the same error.

  • ./archiconda3Builder-0.1.2-linux-aarch64.sh
    I get the same error.

  • ./archiconda3-0.1.1-linux-aarch64.sh
    I get the same error.

Yes, I got the same error in all versions.

@hmaarrfk
Copy link
Contributor

This is strange. I have been able to install on Ubuntu 18.04. Is there more to the output that you didn't copy over? If so, could you please copy it?

@TYeniyayla
Copy link
Author

There are more standard installation stages above. I just copied a little bit of the error now.

Archiconda3 will now be installed into this location:
/root/archiconda3

  • Press ENTER to confirm the location
  • Press CTRL-C to abort the installation
  • Or specify a different location below

[/root/archiconda3] >>> /home/tunahan/archiconda3
PREFIX=/home/tunahan/archiconda3
installing: python-3.7.0-hab5db58_3 ...
./Archiconda3-0.1.1-Linux-aarch64.sh: 342: ./Archiconda3-0.1.1-Linux-aarch64.sh: /home/tunahan/archiconda3/bin/python: not found

@hmaarrfk
Copy link
Contributor

hmaarrfk commented May 27, 2019 via email

@TYeniyayla
Copy link
Author

TYeniyayla commented May 27, 2019

[I] ╭─tunahan at localhost in /home/tunahan/Downloads
╰─λ python -V
Python 2.7.16
[I] ╭─tunahan at localhost in /home/tunahan/Downloads
╰─λ python3 -V
Python 3.7.3

The answer came to my mind when writing, I use the fish shell. is it a problem?

@hmaarrfk
Copy link
Contributor

maybe, why not just type bash and try to install from there.

@hmaarrfk
Copy link
Contributor

I've installed this in CIs and on QEMU all the time. Not sure why you having a problem :/ could be fish.

The older installers were used to make most packages.

@TYeniyayla
Copy link
Author

Unfortunately, I received the same error in the normal shell.
I'm guessing there's no solution to that. The problem is the big possibility; i have installed operating system on the Xiaomi Mi 5S Plus.

@TYeniyayla
Copy link
Author

All I wanted to do was build a virtual environment and develop software with the Spyder IDE, but I think it won't happen.

@hmaarrfk
Copy link
Contributor

I think conda is a pure python package on pypi.

Try installing that, then you should be able to create conda environments.

You would have to add the conda forge channel, which has numpy, but many other packages might have to be built from source

@TYeniyayla
Copy link
Author

TYeniyayla commented May 28, 2019

Can you describe what you mean? I don't want to make it harder to you, Is there any source of information about what you wrote, what I should do? My English is a little weak, I don't understand what you mean, how should I do it?

@hmaarrfk
Copy link
Contributor

It seems you are using a very new distribution. Maybe using something like Ubuntu 18.04 will be better?

@TYeniyayla
Copy link
Author

Yes, as you said, it wasn't possible to install other operating systems like Ubuntu 18.04, but none of them worked as stable as the current operating system.

@gzbbdg
Copy link

gzbbdg commented Sep 4, 2019

I got the same error using helmuthva/jetson-ml-base image from hub.docker.com (Ubuntu 18.10).

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Sep 4, 2019

Are you knowledgeable enough to try to remake the installer yourself? I think I have a simple makefile. Please do report.

@hmaarrfk
Copy link
Contributor

Well we've made some progress on things.

conda-forge/miniforge#2

We probably won't release for a bit, but you can build it yourself locally if you want.

@TYeniyayla
Copy link
Author

How can I do it locally, is there any resources on this?

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Jan 2, 2020

We've now released Miniconda for aarch64

https://github.com/conda-forge/miniforge/releases

@hmaarrfk hmaarrfk closed this as completed Jan 2, 2020
@hmaarrfk
Copy link
Contributor

hmaarrfk commented Jan 2, 2020

Sorry, we just called it Miniforge, not miniconda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants