Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 30 forks source link

[Bug] failed to install defender #71

Closed jakjakob closed 1 year ago

jakjakob commented 1 year ago

Cog

Describe the bug Received Failed to install the requirement: pyyaml~=5.4.1 while trying to [p]cog install x26-cogs defender

Sevenyx commented 1 year ago

Getting the same here.

japandotorg commented 1 year ago

I’m not entirely sure but from a small google search, it looks like something’s wrong with pyyaml 5.4.x as of now because of the new cython3 release - https://github.com/yaml/pyyaml/issues/724

jakjakob commented 1 year ago

apparently downgrading to 5.3.1 resolves the issue; or maybe try with 6.0.1?

Twentysix26 commented 1 year ago

Apologies for the delay, as you can imagine it's a busy time of the year. You can try installing again (maybe re-add the repository first), it should not attempt to install a lower version of pyyaml anymore

jakjakob commented 1 year ago

Apologies for the delay, as you can imagine it's a busy time of the year. You can try installing again (maybe re-add the repository first), it should not attempt to install a lower version of pyyaml anymore

Thx, removing ([p]repo remove x26-cogs) the repository and re-adding it worked for me.