GetWheel / tireshop

0 stars 0 forks source link

can't get pyside to work in tireshop.conf.yaml #1

Open GlassGhost opened 2 years ago

GlassGhost commented 2 years ago

Was thinking of making a gui for it but having trouble getting pyside qt to compile:

pyside2:
  TagName: v5.15.2
  GitUrl: https://github.com/pyside/pyside2-setup.git
  wheelfile: none

pyside:
  TagName: 69d43ea814788a18e8d77920d493fd84f6fc699a
  GitUrl: https://github.com/pyside/pyside-setup.git
  wheelfile: none

pyside:
  TagName: 69d43ea814788a18e8d77920d493fd84f6fc699a
  GitUrl: https://code.qt.io/cgit/pyside/pyside-setup.git
  wheelfile: none

I can't remember which one of these got the furthest, but I don't think pyside can compile

GlassGhost commented 2 years ago

python setup.py bdist_wheel is deprecated in favour of pip wheel --no-deps .. That said, pyside is also EOL in favour of pyside2 and pyside6. Any reason you can't just use those since they come with wheels precompiled?--[@bwoodsend](https://github.com/bwoodsend)

pyside:
  TagName: v5.15.2.1
  GitUrl: https://code.qt.io/cgit/pyside/pyside-setup.git
  wheelfile: none

I'm thinking this will work, I will try it soon