I just got the following error when use the markdown2pdf.
[reuber@stormy hive-api]$ md2pdf ENDPOINTS.md --theme=github
Traceback (most recent call last):
File "/home/reuber/envs/hive-api/bin/md2pdf", line 11, in <module>
load_entry_point('Markdown2PDF==0.1.4', 'console_scripts', 'md2pdf')()
File "/home/reuber/envs/hive-api/lib64/python3.8/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/reuber/envs/hive-api/lib64/python3.8/site-packages/pkg_resources/__init__.py", line 2859, in load_entry_point
return ep.load()
File "/home/reuber/envs/hive-api/lib64/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
return self.resolve()
File "/home/reuber/envs/hive-api/lib64/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/reuber/envs/hive-api/lib64/python3.8/site-packages/markdown2pdf/__init__.py", line 20
print css_file
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(css_file)?
It' seems the pypi version is an old version.
I just got the following error when use the markdown2pdf.
It' seems the pypi version is an old version.