Skip to content
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

Error on launch. #42

Closed
Serasar opened this issue Aug 3, 2017 · 1 comment
Closed

Error on launch. #42

Serasar opened this issue Aug 3, 2017 · 1 comment
Labels

Comments

@Serasar
Copy link

Serasar commented Aug 3, 2017

Got an error:

Traceback (most recent call last): File "/usr/local/bin/proxybroker", line 11, in <module> load_entry_point('proxybroker==0.2.0b3', 'console_scripts', 'proxybroker')() File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 561, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2631, in load_entry_point return ep.load() File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2291, in load return self.resolve() File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2297, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/local/lib/python3.4/dist-packages/proxybroker/__init__.py", line 28, in <module> from .proxy import Proxy File "/usr/local/lib/python3.4/dist-packages/proxybroker/proxy.py", line 35 async def create(cls, host, *args, **kwargs): ^ SyntaxError: invalid syntax
What might be the reason?

@Codehimn
Copy link

Codehimn commented Aug 3, 2017

README.rst =

Requirements

Python 3.5 or higher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants