pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: shells/xonsh fail with python39



Hi,


On 08.09.21 12:07, Chavdar Ivanov wrote:
Hi,
I am in the process of switching my pkgsrc setup from python3.7 to
3.9. shells/xonsh is supposed to work with python version >= 3.7, but
with 3.9 I am getting in the 'make package' stage:

Just to add a data point: the installation via unprivileged pip install seems to work with Python 3.9:

```
mpeterma@workstation ~ [127]> pip3.9 install --user xonsh
Collecting xonsh
  Downloading xonsh-0.10.1.tar.gz (1.0 MB)
     |████████████████████████████████| 1.0 MB 1.7 MB/s
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Building wheels for collected packages: xonsh
  Building wheel for xonsh (PEP 517) ... done
Created wheel for xonsh: filename=xonsh-0.10.1-py3-none-any.whl size=892085 sha256=9179d6c13f59bbf36b4d4d87279dd6c4cbac25c5f34d420e48155474af5a57ed Stored in directory: /home/mpeterma/.cache/pip/wheels/1d/14/f8/cb654b54e2a81db6847ac27276910f283f076cc330783c214a
Successfully built xonsh
Installing collected packages: xonsh
WARNING: The scripts xonsh and xonsh-cat are installed in '/home/mpeterma/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed xonsh-0.10.1

mpeterma@workstation ~> python3.9 -m xonsh
Skipping setup. Because no `readline` implementation available.
Please install a backend (`readline`, `prompt-toolkit`, etc) to use
            `xonsh` interactively.
            See https://github.com/xonsh/xonsh/issues/1170

Welcome to the xonsh shell 0.10.1

~ Crustaceanly Yours ~
```

(I was curious about xonsh and this is my standard way to test out python stuff).

Kind regards
Matthias

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Home | Main Index | Thread Index | Old Index