Archiconda / build-tools

necessary build tools for the archiconda distribution
BSD 2-Clause "Simplified" License
284 stars 50 forks source link

I can't install Archiconda #23

Closed TYeniyayla closed 4 years ago

TYeniyayla commented 5 years ago

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 commented 5 years ago

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

TYeniyayla commented 5 years ago

aarch64

hmaarrfk commented 5 years ago

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

TYeniyayla commented 5 years ago

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

hmaarrfk commented 5 years ago

do other versions install?

On Mon, May 27, 2019 at 1:35 PM tunayeniyayla notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Archiconda/build-tools/issues/23?email_source=notifications&email_token=AAAV7GHPWAPE7GMDPZVW5TTPXQLVZA5CNFSM4HP273IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKIJCQ#issuecomment-496272522, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAV7GAX6BL4CGSPIUIRDGLPXQLVZANCNFSM4HP273IA .

TYeniyayla commented 5 years ago

Yes, I got the same error in all versions.

hmaarrfk commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

did you install system python? you might need some kind of python installed.

On Mon, May 27, 2019 at 3:11 PM tunayeniyayla notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Archiconda/build-tools/issues/23?email_source=notifications&email_token=AAAV7GFGTHF3Q7RS6D5JN43PXQW7JA5CNFSM4HP273IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKMDMI#issuecomment-496288177, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAV7GDPZWWNP2FPV5ZFSGDPXQW7JANCNFSM4HP273IA .

TYeniyayla commented 5 years ago

[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 commented 5 years ago

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

hmaarrfk commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

TYeniyayla commented 5 years ago

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 commented 4 years ago

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

hmaarrfk commented 4 years ago

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

hmaarrfk commented 4 years ago

Well we've made some progress on things.

https://github.com/conda-forge/miniforge/pull/2

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

TYeniyayla commented 4 years ago

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

hmaarrfk commented 4 years ago

We've now released Miniconda for aarch64

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

hmaarrfk commented 4 years ago

Sorry, we just called it Miniforge, not miniconda