[Libre-soc-dev] daily kan-ban update 17may2021

Lauri Kasanen cand at gmx.com
Mon May 17 12:35:48 BST 2021


On Mon, 17 May 2021 12:26:06 +0100
Luke Kenneth Casson Leighton <lkcl at lkcl.net> wrote:

> context: using debian/testing (not a chroot, yet, that's next if this
> isn't resolved)
>
> * pip3 install astor   - WORKS

Did not install pip, that required 300mb more.

> * download from source (git clone
> https://github.com/berkerpeksag/astor) and install with "python3
> setup.py develop" - WORKS
> * install cloned repo with "python3 setup.py install" - WORKS

Used the release tarball from https://pypi.org/project/astor/
not git master, in the interest of hitting *less* incompatibilities.

python3 setup.py build
sudo python3 setup.py install

> root at fizzy:/home/lkcl/src/libresoc/astor# python3 setup.py install
snip
> Installed /usr/local/lib/python3.7/dist-packages/astor-0.8.1-py3.7.egg
> Processing dependencies for astor==0.8.1
> Finished processing dependencies for astor==0.8.1

Yes, the install went fine for me too. As I said, the error happens
when running "make pywriter" in openpower-isa. Which is trying to
import astor.

- Lauri



More information about the Libre-soc-dev mailing list