WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PyYaml  (Read 1549 times)

Offline lykkedk

  • Full Member
  • ***
  • Posts: 182
PyYaml
« on: September 23, 2021, 01:00:07 PM »
Hi here  :)

I'am building some .tcz for the camilladsp gui https://github.com/HEnquist/camilladsp & https://github.com/HEnquist/camillagui-backend
Most is working now.

I got error's when trying to build the pyyaml so i still have to do
Code: [Select]
sudo -H pip3 install pyyaml before i load the .tcz

Appreciate help... Maybee someone allready did this here  ;D

So far i succesfully build thoose here ::

Code: [Select]
py3.8-aiohttp-3.7.4.post0.tcz
py3.8-async-timeout-3.0.1.tcz
py3.8-attrs-21.2.0.tcz
py3.8-chardet-4.0.0.tcz
py3.8-idna-3.2.tcz
py3.8-jsonschema-3.2.0.tcz
py3.8-multidict-5.1.0.tcz
py3.8-pycamilladsp-0.6.0.tcz
py3.8-pycamilladsp-plot-0.6.1.tcz
py3.8-pyrsistent-0.18.0.tcz
py3.8-six-1.16.0.tcz
py3.8-typing_extensions-3.10.0.2.tcz
py3.8-websocket-client-1.2.1.tcz
py3.8-yarl-1.6.3.tcz

Jesper.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PyYaml
« Reply #1 on: September 23, 2021, 01:51:44 PM »
What is the exact error you get when trying to compile pyyaml?

Offline lykkedk

  • Full Member
  • ***
  • Posts: 182
Re: PyYaml
« Reply #2 on: September 23, 2021, 08:46:37 PM »
Hi Juanito  :)

Compilor complains about missing yalm.c
I can sort this by installing the python C ython,
but then i got error about missing yaml.h.
There is some writing about this on the net.
I tried lots of things, but cannot get by the yaml.h error.

Glad you did reply Juanito, thanks.

Jesper.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: PyYaml
« Reply #3 on: September 23, 2021, 09:09:44 PM »
Hi lykkedk
... but then i got error about missing yaml.h. ...
Try installing  libyaml-dev.tcz.

Offline lykkedk

  • Full Member
  • ***
  • Posts: 182
Re: PyYaml
« Reply #4 on: September 23, 2021, 10:57:58 PM »
Rich...

Yes, will do later today when i get home!
I did not see that this libyaml was allready there as an .tcz  :)

Jesper.

Offline lykkedk

  • Full Member
  • ***
  • Posts: 182
Re: PyYaml
« Reply #5 on: September 25, 2021, 03:58:32 AM »
Perfect...

Thank's guy's  :)

Everything is working now.

Jesper.