You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/bin/shiv", line 11, in <module>
sys.exit(main())
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/lib/python3.6/site-packages/shiv/cli.py", line 180, in main
shared_object_map=map_shared_objects(site_packages),
File "/Users/pete/.virtualenvs/saltdash-apCx4VH9/lib/python3.6/site-packages/shiv/cli.py", line 85, in map_shared_objects
module_name, import_tag, extension = fullpath.parts[-1].split(".")
ValueError: too many values to unpack (expected 3)
Thanks for the report, @dan-blanchard actually pointed this bug out in #7
Terribly sorry, especially because the map_shared_objects stuff is actually not even used anywhere! (it's some leftover code from a feature that was half-baked!)
Running
shiv -o myproject .
Here is the traceback:
The file causing the error is:
I have a dependency on
psycopg2-binary==2.7.4
The text was updated successfully, but these errors were encountered: