<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OSError: No wkhtmltopdf executable found: &amp;quot;b''&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/54223#M30019</link>
    <description>&lt;P&gt;Thank you sooooooo much!! I met this problem, too, and it works!&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 15:19:07 GMT</pubDate>
    <dc:creator>jchhhh</dc:creator>
    <dc:date>2023-11-29T15:19:07Z</dc:date>
    <item>
      <title>OSError: No wkhtmltopdf executable found: "b''"</title>
      <link>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7360#M3254</link>
      <description>&lt;P&gt;OSError: No wkhtmltopdf executable found: "b''"&lt;/P&gt;&lt;P&gt;If this file exists please check that this process can read it or you can pass path to it manually in method call, check README. Otherwise please install wkhtmltopdf - &lt;A href="https://github.com/JazzCore/python-pdfkit/wiki/Installing-wkhtmltopdf" target="test_blank"&gt;https://github.com/JazzCore/python-pdfkit/wiki/Installing-wkhtmltopdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me how can i solve this error&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:23:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7360#M3254</guid>
      <dc:creator>feed</dc:creator>
      <dc:date>2023-03-21T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: OSError: No wkhtmltopdf executable found: "b''"</title>
      <link>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7361#M3255</link>
      <description>&lt;P&gt;@feed expedition​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message indicates that the wkhtmltopdf executable file cannot be found. This file is required by the pdfkit library to generate PDF files.&lt;/P&gt;&lt;P&gt;You can try the following steps to resolve the issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install wkhtmltopdf on your system:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;For Linux systems, you can try running the following command in your terminal: &lt;UL&gt;&lt;LI&gt;sudo apt-get install wkhtmltopdf&lt;/LI&gt;&lt;LI&gt;For Windows, you can download the installer from the official website: &lt;A href="https://wkhtmltopdf.org/downloads.html" alt="https://wkhtmltopdf.org/downloads.html" target="_blank"&gt;https://wkhtmltopdf.org/downloads.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;If you have already installed wkhtmltopdf make sure that it is added to the PATH environment variable. You can check this by running echo $PATH on Linux or echo %PATH% on Windows.&lt;/LI&gt;&lt;LI&gt;If wkhtmltopdf is installed but still cannot be found, you can try passing the path to the pdfkit function manually. For example:&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;&lt;CODE&gt;import pdfkit
&amp;nbsp;
# Set the path to wkhtmltopdf executable file
path_wkhtmltopdf = '/usr/local/bin/wkhtmltopdf'  # This may vary depending on your system
config = pdfkit.configuration(wkhtmltopdf=path_wkhtmltopdf)
&amp;nbsp;
# Use the configuration when generating PDF
pdfkit.from_url('http://google.com', 'out.pdf', configuration=config)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope this helps you to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 04:26:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7361#M3255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-23T04:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: OSError: No wkhtmltopdf executable found: "b''"</title>
      <link>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7362#M3256</link>
      <description>&lt;P&gt;Hi @feed expedition​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your question in our community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share the wisdom! By marking the best answers, you help others in our community find valuable information quickly and efficiently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 05:06:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7362#M3256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-27T05:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: OSError: No wkhtmltopdf executable found: "b''"</title>
      <link>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7363#M3257</link>
      <description>&lt;P&gt;Hi, When did you receive this error? running a code insde a notebook , or running a cluster? or a job?&lt;/P&gt;&lt;P&gt;Also, please tag&amp;nbsp;&lt;A href="https://community.databricks.com/s/profile/0053f000000WWwvAAG" alt="https://community.databricks.com/s/profile/0053f000000WWwvAAG" target="_blank"&gt;@Debayan&lt;/A&gt;​&amp;nbsp;with your next response which will notify me. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 06:17:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/7363#M3257</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-04-03T06:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: OSError: No wkhtmltopdf executable found: "b''"</title>
      <link>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/54223#M30019</link>
      <description>&lt;P&gt;Thank you sooooooo much!! I met this problem, too, and it works!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 15:19:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oserror-no-wkhtmltopdf-executable-found-quot-b-quot/m-p/54223#M30019</guid>
      <dc:creator>jchhhh</dc:creator>
      <dc:date>2023-11-29T15:19:07Z</dc:date>
    </item>
  </channel>
</rss>

