Skip to content

Instantly share code, notes, and snippets.

@nreilly
Created December 29, 2015 14:01
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 nreilly/97615787e4f6ef3b85aa to your computer and use it in GitHub Desktop.
Save nreilly/97615787e4f6ef3b85aa to your computer and use it in GitHub Desktop.
$ pytoport ./ notebook
[-] Generating notebook...
Traceback (most recent call last):
File "/usr/local/bin/pytoport", line 9, in <module>
load_entry_point('pytoport==0.2.0', 'console_scripts', 'pytoport')()
File "/usr/local/lib/python3.4/site-packages/pytoport/__init__.py", line 270, in main
generate_makefile(data, path, **user)
File "/usr/local/lib/python3.4/site-packages/pytoport/__init__.py", line 152, in generate_makefile
name, ver = dep.split(' ')
ValueError: too many values to unpack (expected 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment