Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Installation errors on linux aarch64

Aperta
#357 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
linux, python

Direzione di ricerca

Il problema si verifica nell’installazione di Inform7 invocata da setup.sh in textworld/thirdparty; inizia riproducendo pip install textworld su Linux aarch64 e verificando quale archivio del compilatore si aspetta setup.sh. Il lavoro è completato quando l’installazione termina su quell’architettura, oppure quando l’issue registra una soluzione alternativa verificata se Inform7 non può fornire un pacchetto aarch64.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

bug enhancement

Hi there, when trying to install textworld on linux aarch64 with pip install textworld, I get this error during the installation of inform7.

[...]
Running setup.sh...
      ++ uname -s
      + unameOut=Linux
      + case "${unameOut}" in
      + machine=Linux
      + cd textworld/thirdparty/
      + '[' '!' -e I7_6M62_Linux_all.tar.gz ']'
      + echo 'Downloading Inform7 CLI'
      Downloading Inform7 CLI
      + curl -LO http://emshort.com/inform-app-archive/6M62/I7_6M62_Linux_all.tar.gz
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
      
        0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
       13 22.1M   13 2991k    0     0  3222k      0  0:00:07 --:--:--  0:00:07 3220k
      100 22.1M  100 22.1M    0     0  15.6M      0  0:00:01  0:00:01 --:--:-- 15.6M
      + '[' Linux == Mac ']'
      + '[' '!' -d inform7-6M62 ']'
      + tar xf I7_6M62_Linux_all.tar.gz
      + echo 'Installing Inform7 CLI'
      Installing Inform7 CLI
      + cd inform7-6M62/
      + tar xzf inform7-common_6M62_all.tar.gz
      + '[' Linux '!=' Mac ']'
      ++ uname -m
      + ARCH=aarch64
      + tar xzf inform7-compilers_6M62_aarch64.tar.gz
      tar (child): inform7-compilers_6M62_aarch64.tar.gz: Cannot open: No such file or directory
      tar (child): Error is not recoverable: exiting now
      tar: Child returned status 2
      tar: Error is not recoverable: exiting now
[...]
note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for textworld
  Building wheel for jericho (setup.py) ... done
  Created wheel for jericho: filename=jericho-3.3.0-py3-none-any.whl size=323988 sha256=67b0f001e48aeaa6dc299b4265d62d9e74f2a14447a678d70427203cd4b7bc33
  Stored in directory: /tmp/pip-ephem-wheel-cache-miw_a459/wheels/be/45/8b/50c2d9429695074a38f4170d11793578a11a5e12417534933d
Failed to build textworld
ERROR: Could not build wheels for textworld, which is required to install pyproject.toml-based projects

This is because there are no inform7 wheels for aarch64 on the link provided. Looking around, I could not yet find a version of inform7 for aarch64. This might be because inform7 is extremely outdated.

Given that linux machines with ARM64 processors are becoming more and more popular, is there any plan to support it, or is there any known workaround?

Lingua principale
Jupyter Notebook
Stelle
1.4k
Fork
207
Merge medio
8g 22h
PR unite (30g)
1

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di microsoft/TextWorld

Tutte le issue di microsoft/TextWorld

Issue simili

Altre issue su Build System

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.