Coder Social home page Coder Social logo

Comments (24)

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

aarch64

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024
  • ./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.

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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?

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

[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?

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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.

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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.

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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?

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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.

from build-tools.

gzbbdg avatar gzbbdg commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

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.

from build-tools.

TYeniyayla avatar TYeniyayla commented on September 4, 2024

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

We've now released Miniconda for aarch64

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

from build-tools.

hmaarrfk avatar hmaarrfk commented on September 4, 2024

Sorry, we just called it Miniforge, not miniconda

from build-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.