-
Notifications
You must be signed in to change notification settings - Fork 76
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
Python 3.7 compatibility #404
Comments
wpull currently officially only supports Python 3.4 and 3.5 (as mentioned in the classifiers). I believe it works fine on 3.6 as well, but the tests are currently not run for that version. |
I moved it to a server with an older python version, that worked so far, though it's 3.6 and also not supported. I'll leave the issue open since the original error continues to occur for now. |
I took the liberty to turn this issue into a general Python 3.7 compatibility issue. I don't think any changes besides fixing the |
simple change fixed it for me, attached a pull request with the fix |
Has there been any movement on this? |
I also encounter this issue. Will this be fixed? 3.5 is almost end-of-life. https://www.python.org/downloads/ |
still exist. changing
Installation log: http://fars.ee/yY3M |
Unfortunately wpull only supports Python 3.6, see - ArchiveTeam/wpull#404 - ArchiveTeam/wpull#451 Django 4.0 dropped support for Python 3.6, see https://docs.djangoproject.com/en/4.2/releases/4.0/#python-compatibility In order to integrate wpull with the viewer application, we need to downgrade the viewer Django version from 4.0 to 3.2.
Unfortunately wpull only supports Python 3.6, see - ArchiveTeam/wpull#404 - ArchiveTeam/wpull#451 In order to integrate wpull with the viewer application, we need to downgrade Python from 3.8 to 3.6.
What I wanted: Install and run Wpull via
wpull --help
What I expect: Wpull shows a help screen
What happened: A python syntax error occurs in file driver/process.py:56 where
asyncio.async()
is called, which is no longer allowed in Python 3.7Operating system: ArchLinux with Python 3.7
Python version: 3.7.1
Wpull version: wpull version does not say but I attempted to install 2.0.1-1
Log/Output:
The text was updated successfully, but these errors were encountered: