Tobias Leinss
Tobias Leinss
I've just set up a new Ubuntu 17.10 environment. The error remains.
For the ones using the docker-compose file that would correspond to the environment entries: ``` environment: ... KAFKA_REST_ACCESS_CONTROL_ALLOW_ORIGIN: "*" KAFKA_REST_ACCESS_CONTROL_ALLOW_METHODS: "GET,POST,PUT,DELETE" KAFKA_REST_ACCESS_CONTROL_ALLOW_HEADERS: "origin,content-type,accept,authorization" ```
Thanks @KyleMoser , the first solution seems to work 🙏🏼
markdown2pdf3 0.2.3 ``` md2pdf README.md Traceback (most recent call last): File "c:\users\tol\miniconda3\envs\smt\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\tol\miniconda3\envs\smt\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\tol\Miniconda3\envs\smt\Scripts\md2pdf.exe\__main__.py",...