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

Unable to install with Python 3.11 on linux-aarch64 (ARM64) #73

Open
1 task done
plurch opened this issue Jan 23, 2024 · 0 comments
Open
1 task done

Unable to install with Python 3.11 on linux-aarch64 (ARM64) #73

plurch opened this issue Jan 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@plurch
Copy link

plurch commented Jan 23, 2024

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

I am unable to install faiss in a new environment with python 3.11 on linux-aarch64. However, I was able to successfully install it with python 3.11 on osx-arm64.

conda search -c conda-forge 'faiss[subdir=osx-arm64, version=1.7.4]' --info

^ This shows an available option with python 3.11

conda search -c conda-forge 'faiss[subdir=linux-aarch64, version=1.7.4]' --info

^ This does not have an option with python 3.11, only python 3.9 is available.

Installed packages

N/A - new environment

Environment info

active environment : None
          conda version : 23.7.4
    conda-build version : not installed
         python version : 3.11.4.final.0
       virtual packages : __archspec=1=arm64
                          __osx=13.5=0
                          __unix=0=0
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-arm64
                          https://repo.anaconda.com/pkgs/r/noarch
               platform : osx-arm64
             user-agent : conda/23.7.4 requests/2.31.0 CPython/3.11.4 Darwin/22.6.0 OSX/13.5 solver/libmamba conda-libmamba-solver/23.5.0 libmambapy/1.5.1
                UID:GID : 501:20
             netrc file : None
           offline mode : False
@plurch plurch added the bug Something isn't working label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant