Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

The release of twitter.common.app on pypi does not work with python3.5 (and possibly earlier) #454

Open
jayeye opened this issue Jul 14, 2017 · 0 comments

Comments

@jayeye
Copy link

jayeye commented Jul 14, 2017

This happens pretty much everywhere I've tried it, but to make sure I checked it in a fresh installation of python3.5 on Amazon Linux:

$ cat x.py
from twitter.common import app

$ python3.5 x.py
Traceback (most recent call last):
  File "x.py", line 1, in <module>
    from twitter.common import app
  File "/usr/local/lib/python3.5/site-packages/twitter/common/app/__init__.py", line 39, in <module>
    from .application import Application
  File "/usr/local/lib/python3.5/site-packages/twitter/common/app/application.py", line 39, in <module>
    from twitter.common.process import daemonize
  File "/usr/local/lib/python3.5/site-packages/twitter/common/process/__init__.py", line 7, in <module>
    from .process_provider_ps import ProcessProvider_PS
  File "/usr/local/lib/python3.5/site-packages/twitter/common/process/process_provider_ps.py", line 2, in <module>
    from process_handle_ps import ProcessHandlePs
ImportError: No module named 'process_handle_ps'

And here is what's installed:

$ pip-3.5 freeze
twitter.common.app==0.3.9
twitter.common.collections==0.3.9
twitter.common.contextutil==0.3.9
twitter.common.dirutil==0.3.9
twitter.common.lang==0.3.9
twitter.common.log==0.3.9
twitter.common.options==0.3.9
twitter.common.process==0.3.9
twitter.common.string==0.3.9
twitter.common.util==0.3.9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant