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

dockter compile error #78

Open
CrewTwo opened this issue Jan 25, 2019 · 1 comment
Open

dockter compile error #78

CrewTwo opened this issue Jan 25, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@CrewTwo
Copy link

CrewTwo commented Jan 25, 2019

$ ~/.local/bin/dockter compile
Woops, sorry something went wrong :(
Please help us fix this issue by posting this output to https://github.com/stencila/dockter/issues/new
args: compile
version: 0.14.2
platform: linux
TypeError: Cannot read property 'info' of null
at PythonParser.createPackage (/snapshot/dockter/dist/PythonParser.js:186:26)
at

@nokome
Copy link
Member

nokome commented Jan 25, 2019

Thanks for taking the time to report this @CrewTwo! I suspect that is is related to an incorrect package name - resulting in no data being returned from PyPI:

https://github.com/stencila/dockter/blob/fd7e9366bf5ff2ee35bcc3851c8b8aa8a7d9341f/src/PythonParser.ts#L227

Needs better error reporting if that is the case!

@nokome nokome added the enhancement New feature or request label Jan 25, 2019
@nokome nokome self-assigned this Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants