You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I'm using an Pi 3B+ where I run the current up-to-date Raspbian Buster (armv6) and boot the kernel8.img (aarch64) - this one was recently added to the official kernel package, it's not anymore an experimental firmware fetch from Hexxeh's repository. I have berryconda (armv7) installed on it since almost one year ago.
I'm under the impression that conda is getting confused by this recently upgraded arch:
I would like to query the nodejs package, but I get the following message, when I try conda search nodejs :
Loading channels: done
PackagesNotFoundError: The following packages are not available from current channels:
- nodejs
Current channels:
- https://conda.anaconda.org/rpi/linux-aarch64
- https://conda.anaconda.org/rpi/noarch
Apparently, conda is trying to decide which arch to use based on the kernel's arch (aarch64 since kernel8.img was made available by the RPi Foundation) instead of the userspace arch (still armv7 on my installation of berryconda).
Using tricks like CONDA_FORCE_32BIT=1 doesn't seem to have any influence (maybe that trick is hardcoded only for intel-like arch: x86_64 vs i686)
Have you encountered such arch confusion ? And do you know a way around (save from re-booting the kernel7.img during the conda operations ?)
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi!
I'm using an Pi 3B+ where I run the current up-to-date Raspbian Buster (armv6) and boot the kernel8.img (aarch64) - this one was recently added to the official kernel package, it's not anymore an experimental firmware fetch from Hexxeh's repository. I have berryconda (armv7) installed on it since almost one year ago.
I'm under the impression that
conda
is getting confused by this recently upgraded arch:I would like to query the nodejs package, but I get the following message, when I try
conda search nodejs
:Apparently, conda is trying to decide which arch to use based on the kernel's arch (aarch64 since kernel8.img was made available by the RPi Foundation) instead of the userspace arch (still armv7 on my installation of berryconda).
Using tricks like
CONDA_FORCE_32BIT=1
doesn't seem to have any influence (maybe that trick is hardcoded only for intel-like arch: x86_64 vs i686)Have you encountered such arch confusion ? And do you know a way around (save from re-booting the kernel7.img during the
conda
operations ?)Thank you very much.
The text was updated successfully, but these errors were encountered: