-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Not compatible on different versions of Python #643
Comments
What PyOpenSSL version have you installed? E.g. mine is:
This was introduced in eef16967. We now depend on asyncore/asynchat packages from PYPI. You should be able to fix this problem by reinstalling pyftpdlib, meaning running |
I'm using the built-in "ssl" library of Python-3.6.8, so I can't find it in pip. (And I didn't find a version infomation in the source code)
I got it, I cloned the folder directly from github and then import it in the project folder. (so only the "~/pyftpdlib" folder is imported) Use |
pyftpdlib does not rely on With this said. Is this still an issue for you? setup.py has |
pyftpdlib version:
At latest: 66c8985
Test code (from: #625):
On PY36 and PY38:
On PY12:
On PY10:
OK.
The text was updated successfully, but these errors were encountered: