ANRAR4 / AutoBTD6

The scripts contained in this repository allow you to automatically play any gamemode on any map in Bloons TD6
31 stars 4 forks source link

TypeError: unsupported operand type(s) for |: 'dict' and 'dict' #8

Closed razorthi closed 1 year ago

razorthi commented 1 year ago

Not much to say the problem is that. Bild_2023-02-03_183819579

ANRAR4 commented 1 year ago

The | operator for two dictionaries is only available since Python 3.9. So I would assume you are using a version older than Python 3.9. Upgrading to Python 3.9 or higher should fix the issue.

razorthi commented 1 year ago

used 3.7 but i found my own way to fix it Bild_2023-02-04_123632842