-
Notifications
You must be signed in to change notification settings - Fork 178
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
Syntax Error Py2.7 #27
Comments
I tried to switch to py3 and did these
Any solution ? |
2 from setuptools import setup, find_packages
3
4 setup(
5 name='JSParser',
6 version='1.0',
7 packages=find_packages(),
8 description="",
9 long_description=open('README.md').read(),
10 author='Ben Sadeghipour',
11 url='https://github.com/nahamsec/JSParser',
12 install_requires=['safeurl', 'tornado<=5.1', 'jsbeautifier',
13 'netaddr', 'pycurl', 'BeautifulSoup4'],
14 ) change the |
I can confirm. It works with your solution. |
stil lhave the problem. |
ERROR: Package 'tornado' requires a different Python 2.7.17 not in '>= 3.5' . Problem solve: |
Hello
I have an issue concerning JSParser
1 - I Cloned the repo
2 -
python setup.py install
3 -
pip install -r -requirements.txt
4 -
python handler.py
The error
What I Tried
sudo pip install --upgrade {packages} ...
Same issue
I'm using
The text was updated successfully, but these errors were encountered: