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

add python package 'click' as a prerequisite? #3

Closed
TejasAvinashShetty opened this issue Dec 26, 2019 · 1 comment
Closed

add python package 'click' as a prerequisite? #3

TejasAvinashShetty opened this issue Dec 26, 2019 · 1 comment

Comments

@TejasAvinashShetty
Copy link

On running make the periodic table pdf failed to generate. The result of make for periodic table is as follows
- periodictable make[1]: Entering directory '/home/tejas/git-tejas/Refcards/periodictable' ./periodictable.py --a4 periodictable-a4.tex Traceback (most recent call last): File "./periodictable.py", line 10, in <module> import click ModuleNotFoundError: No module named 'click' make[1]: *** [Makefile:4: periodictable-a4.tex] Error 1 make[1]: Leaving directory '/home/tejas/git-tejas/Refcards/periodictable' make: *** [Makefile:4: all] Error 2

It seems here that python is unable to find the package 'click'.

@TejasAvinashShetty TejasAvinashShetty changed the title add python package 'click' as dependency? add python package 'click' as a prerequisite? Dec 26, 2019
@goerz goerz closed this as completed in 369ff08 Dec 26, 2019
@TejasAvinashShetty
Copy link
Author

Wow. Fastest issue resolution I have ever seen. 💯 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant