Error on installation on Raspberry Pi
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
I tried installing this using:
pip install schedule
but get this error:
```
File "/tmp/pip-build-SWC7Qi/schedule/schedule/__init__.py", line 85
def __init__(self) -> None:
^
SyntaxError: invalid syntax
```
then i tried using:
pip3 install schedule
no the error on line 85 has gone but I get this:
```
File "/tmp/pip-build-aqb1bhwu/schedule/schedule/__init__.py", line 86
self.jobs: List[Job] = []
^
SyntaxError: invalid syntax
```
any help would be appreciated
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.