Skip to content

Instantly share code, notes, and snippets.

@miohtama
Created April 11, 2015 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miohtama/73c82fe7dd503c64a968 to your computer and use it in GitHub Desktop.
Save miohtama/73c82fe7dd503c64a968 to your computer and use it in GitHub Desktop.
pip install helium
Downloading/unpacking helium
Downloading helium-1.8.1.zip (13.2MB): 13.2MB downloaded
Running setup.py (path:/Users/mikko/code/trees/venv/build/helium/setup.py) egg_info for package helium
Downloading/unpacking selenium==2.43.0 (from helium)
Downloading selenium-2.43.0.tar.gz (2.6MB): 2.6MB downloaded
Running setup.py (path:/Users/mikko/code/trees/venv/build/selenium/setup.py) egg_info for package selenium
Downloading/unpacking pkcs1>=0.9.5 (from helium)
Downloading pkcs1-0.9.5.tar.gz (391kB): 391kB downloaded
Running setup.py (path:/Users/mikko/code/trees/venv/build/pkcs1/setup.py) egg_info for package pkcs1
Downloading/unpacking decorator>=3.4.0 (from helium)
Downloading decorator-3.4.2.tar.gz
Running setup.py (path:/Users/mikko/code/trees/venv/build/decorator/setup.py) egg_info for package decorator
Installing collected packages: helium, selenium, pkcs1, decorator
Running setup.py install for helium
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/bfs/bfs10063/bfs10103.py", line 21
raise exc_type, exc_value, bfs10115
^
SyntaxError: invalid syntax
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/bfs/bfs10143/bfs10230.py", line 32
n = 126552595132100767496431298900695851144633929478317947845463894147101930730111564183119259440078050133900835449855213073742144369102834189244736695982848189036861833523332376016102290780726072320885243610990871511351145548702602510026707584848724238826408910261032648966390926399187028038467973734166869523139L
^
SyntaxError: invalid syntax
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/helium/bfs10063/path.py", line 25
except OSError, bfs11400:
^
SyntaxError: invalid syntax
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/helium/bfs10143/bfs11325.py", line 93
except ValueError, bfs11364:
^
SyntaxError: invalid syntax
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/helium/bfs10155/__init__.py", line 103
except OSError, e:
^
SyntaxError: invalid syntax
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/helium/bfs10155/bfs11407.py", line 22
print value.message
^
SyntaxError: Missing parentheses in call to 'print'
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/helium/bfs10413.py", line 75
except URLError, bfs10432:
^
SyntaxError: invalid syntax
Running setup.py install for selenium
Running setup.py install for pkcs1
File "/Users/mikko/code/trees/venv/lib/python3.4/site-packages/pkcs1/primitives.py", line 130
print 'length', len(data)
^
SyntaxError: invalid syntax
@osonwanne
Copy link

doesn't work for me.

pip install helium
Collecting helium
←[31m Could not find a version that satisfies the requirement helium (from versions: )←[0m
←[31mNo matching distribution found for helium←[0m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment