Skip to content

Arcade 2.6 incompatibility with Python 3.7 #934

@caffeinepills

Description

@caffeinepills

Bug Report

Actual behavior:

Traceback (most recent call last):
  File "C:\Users\Admin\Desktop\arcade_test.py", line 1, in <module>
    import arcade
  File "C:\Python\Python37\lib\site-packages\arcade\__init__.py", line 290, in <module>
    from arcade import experimental
  File "C:\Python\Python37\lib\site-packages\arcade\experimental\__init__.py", line 5, in <module>
    from .shadertoy import Shadertoy, ShadertoyBuffer
  File "C:\Python\Python37\lib\site-packages\arcade\experimental\shadertoy.py", line 38
    self._mouse_pos: Tuple[float, float] = 0.0, 0.0
                                              ^
SyntaxError: invalid syntax

Currently getting the above error.

Expected behavior: Be able to run arcade examples.

Steps to reproduce/example code: Install latest using pip3 or pip.

Also note I do get the following multiple (6) times during installation: WARNING: Ignoring invalid distribution -illow (c:\python\python37\lib\site-packages). Not sure if that's related.

Versions:
OS: Windows 10
Python: Python 3.7 64 bit
Arcade: 2.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions