krmanik  
                
                  
                    February 28, 2022,  1:35pm
                   
                  1 
               
             
            
              
Download latest beta 
 
wget https://apps.ankiweb.net/downloads/beta/anki-2.1.50%2Bbeta2_db804d95-linux-aarch64.tar.zstd
Install required packages by anki 
 
sudo pacman -Sy --noconfirm python-pyqt5 python-pyqtwebengine
Decompress anki*.tar.zstd 
 
tar --use-compress-program=unzstd -xvf anki-2.1.50+beta2_db804d95-linux-aarch64.tar.zstd
Install Anki 
 
cd anki-2.1.50-linux-aarch64
./install.sh
And run it 
 
anki
But get following errors
anki: /usr/lib/libcrypt.so.1: version `XCRYPT_2.0' not found (required by anki)
System Info 
OS: Manjaro ARM Linux aarch
 
            
              
            
           
          
            
              
                abdo  
              
                  
                    February 28, 2022,  7:23pm
                   
                  2 
               
             
            
              This looks similar to the issue reported here, which I think should be fixed in the latest beta (5):
  
  
    Yields a different error, unfortunately: 
  /tmp/anki-git/WORKSPACE:14:11: in <toplevel>
  /tmp/anki-git/defs.bzl:35:14: in setup_deps
  /home/me/.cache/bazel/_bazel_me/2db475aa49d0f71ae9f0fe14cd4f9406/external/rules_python/python/pip.bzl:184:19: in pip_parse
Repository rule pip_repository defined at:
  /home/me/.cache/bazel/_bazel_me/2db475aa49d0f71ae9f0fe14cd4f9406/external/rules_python/python/pip_install/pip_repository.bzl:276:33: in <toplevel>
ERROR: An error occurred during the fetch of rep…
   
 
             
            
              
            
           
          
            
              
                dae  
              
                  
                    March 2, 2022, 10:29am
                   
                  3 
               
             
            
              The problem library is the same in both cases, but the cause in this case is a bit different. The packaged build for ARM64 was an experiment, and discontinued in beta 3, as there is no cross-distro PyQt build available that we can use. On an ARM64 machine, you’ll need to use the wheels instead, in combination with your distro’s PyQt packages.