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

Install conda faild in arm chip in Linux like os #13349

Closed
2 tasks done
wanggang1987 opened this issue Nov 20, 2023 · 3 comments
Closed
2 tasks done

Install conda faild in arm chip in Linux like os #13349

wanggang1987 opened this issue Nov 20, 2023 · 3 comments
Labels
off-topic not related to project, discussion is spam, or is otherwise nonsensical

Comments

@wanggang1987
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

Hello, I'm encountering an error while trying to install Conda on a Chinese version of the Linux operating system. The server is equipped with an ARM64-bit chip. Below are the hardware and software details along with the error message:

CPU:

processor	: 0
BogoMIPS	: 100.00
Features	: fp asimd evtstrm crc32 cpuid
CPU implementer	: 0x70
CPU architecture: 8
CPU variant	: 0x1
CPU part	: 0x662
CPU revision	: 2


Architecture:  	        aarch64
CPU op-mode(s):  	    64-bit
Byte Order:  	        Little Endian
CPU(s):  	            64
On-line CPU(s) list:	0-63
Thread(s) per core:  	1
Core(s) per socket:  	64
Socket(s):  	        1
NUMA node(s):  	        8
Vendor ID:  	        Phytium
Model:  	            2
Model name:	            FT-2000+/64
Stepping:	            0x1
CPU max MHz:	        2300
CPU min MHz:	        2000
BogoMIPS	            100
L1d cache:  	        2 MiB
L1i cache:  	        2 MiB
L2 cache:	            32 MiB
NUMA node0 CPU(s):	    0-7
NUMA node1 CPU(s):	    8月15日
NUMA node2 CPU(s):	    16-23
NUMA node3 CPU(s):	    24-31
NUMA node4 CPU(s):	    32-39
NUMA node5 CPU(s):	    40-47
NUMA node6 CPU(s):	    48-55

OS:

NAME="Kylin Linux Advanced Server"
VERSION="V10 (Tercel)"
ID="kylin"
VERSION_ID="V10"
PRETTY_NAME="Kylin Linux Advanced Server V10 (Tercel)"
ANSI_COLOR="0;31"

Install commands:

bash Miniconda3-latest-Linux-aarch64.sh -b -u -p ./conda

Error information:

PREFIX=/root/package-manager/
Unpacking payload ...
Miniconda3-latest-Linux-aarch64.sh:行 361: 3258258 非法指令            (核心已转储)"$CONDA_EXEC" constructor --prefix "$PREFIX" --extract-conda-pkgs

Please help to fix this issue, thanks to yo all!

Conda Info

not installed

Conda Config

not installed

Conda list

not installed

Additional Context

No response

@wanggang1987 wanggang1987 added the type::bug describes erroneous operation, use severity::* to classify the type label Nov 20, 2023
@mbargull
Copy link
Member

Not an issue with conda itself, but the installer.
Most likely a duplicate of ContinuumIO/anaconda-issues#12886 .

非法指令 (核心已转储)

translates (acc. to translate.google.com) to

Illegal instructions (the core has been reserved)


@wanggang1987, you could try https://github.com/conda-forge/miniforge/ as an alternative.
(But note that this will use conda-forge instead of Anaconda's defaults channel.)

@mbargull mbargull added type::installer indicates a request or issue pertaining to the installer duplicate indicate issues/PRs that are duplicates of another labels Nov 20, 2023
@wanggang1987
Copy link
Author

fixed by using conda-forge, thanks very much!

@travishathaway
Copy link
Contributor

We are going to close this issue as "off-topic" as it does not belong in this project.

@travishathaway travishathaway added source::community catch-all for issues filed by community members off-topic not related to project, discussion is spam, or is otherwise nonsensical and removed type::bug describes erroneous operation, use severity::* to classify the type source::community catch-all for issues filed by community members type::installer indicates a request or issue pertaining to the installer duplicate indicate issues/PRs that are duplicates of another labels Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
off-topic not related to project, discussion is spam, or is otherwise nonsensical
Projects
Archived in project
Development

No branches or pull requests

3 participants