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
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'.
The text was updated successfully, but these errors were encountered:
TejasAvinashShetty
changed the title
add python package 'click' as dependency?
add python package 'click' as a prerequisite?
Dec 26, 2019
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'.
The text was updated successfully, but these errors were encountered: