-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The update_all.py script appears to be broken #285
Comments
Python 3.9.2 |
Python 2.7 giving an error:
|
Pretty sure type hinting was introduced in 3.5, so it's no surprise the above breaks in 2.7. Are there additional details around what breaks? I have noticed that PyYAML is required, though there's no |
I tried with PyYAML installed and saw no diff but I didn't try in 2.x and 3.x so maybe that helps |
I'm having a similar issue. I'm on Arch Linux trying to convert some of these. This is what Python exits on:
I'm running |
@thomascft It may be missing some plugins? I just went into the tools directory, ran $ python3 --version
Python 3.9.13
|
Very Possible, what exactly do I need to install? |
@mbadolato, what plugins do I need to install for all the scripts to work? |
@thomascft I don't know. The script was a contribution and I apparently have the plugins on my system but I don't know offhand. If you look at the script you can see what libraries it's importing and trying installing one-by-one perhaps? |
Will do, I can push a |
So... it spat this out and I ignored it cause sometimes I see this stuff with other programs. |
I and several users have noted that running
update_all.py
in thetools/
directory is not generating any files, even when there are new schemes addedThe text was updated successfully, but these errors were encountered: