<?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 Installing OVFtool 4.3.0 U3 on Fedora 31 in Technical Community Resources and Help Discussions</title>
    <link>https://communities.vmware.com/t5/Technical-Community-Resources/Installing-OVFtool-4-3-0-U3-on-Fedora-31/m-p/2266788#M1959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to install the OVFtool (version 4.3.0 U3) on my Fedora 31 workstation, but the install bundle file fails with this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo ./VMware-ovftool-4.3.0-13981069-lin.x86_64.bundle &lt;/P&gt;&lt;P&gt;Extracting VMware Installer...done.&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmware-installer.py", line 19, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.core.common import SYSTEM_BOOTSTRAP, SYSTEM_DATABASE, ParseExceptionTuple&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmis/core/common.py", line 14, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.core import install&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmis/core/install.py", line 16, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.core.component import ComponentError, ComponentTypes&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmis/core/component.py", line 14, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from gzip import GzipFile&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/python/lib/gzip.py", line 9, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import zlib&lt;/P&gt;&lt;P&gt;ModuleNotFoundError: No module named 'zlib'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From research I've seen various notes that some packages (ncurses-compat-libs python3-gzipstream python3-zipstream zlib-devel) might be missing, but these are all installed and up-to-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that it might be Python-3 related (this has Python 3.7.5), but as Python 2 is end-of-life in January I would have expected the 4.3.0-U3 release to be updated already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Nov 2019 18:32:48 GMT</pubDate>
    <dc:creator>dan_linder</dc:creator>
    <dc:date>2019-11-09T18:32:48Z</dc:date>
    <item>
      <title>Installing OVFtool 4.3.0 U3 on Fedora 31</title>
      <link>https://communities.vmware.com/t5/Technical-Community-Resources/Installing-OVFtool-4-3-0-U3-on-Fedora-31/m-p/2266788#M1959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to install the OVFtool (version 4.3.0 U3) on my Fedora 31 workstation, but the install bundle file fails with this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo ./VMware-ovftool-4.3.0-13981069-lin.x86_64.bundle &lt;/P&gt;&lt;P&gt;Extracting VMware Installer...done.&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmware-installer.py", line 19, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.core.common import SYSTEM_BOOTSTRAP, SYSTEM_DATABASE, ParseExceptionTuple&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmis/core/common.py", line 14, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.core import install&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmis/core/install.py", line 16, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.core.component import ComponentError, ComponentTypes&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/vmis/core/component.py", line 14, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from gzip import GzipFile&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/3.0.0/python/lib/gzip.py", line 9, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import zlib&lt;/P&gt;&lt;P&gt;ModuleNotFoundError: No module named 'zlib'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From research I've seen various notes that some packages (ncurses-compat-libs python3-gzipstream python3-zipstream zlib-devel) might be missing, but these are all installed and up-to-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that it might be Python-3 related (this has Python 3.7.5), but as Python 2 is end-of-life in January I would have expected the 4.3.0-U3 release to be updated already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2019 18:32:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Technical-Community-Resources/Installing-OVFtool-4-3-0-U3-on-Fedora-31/m-p/2266788#M1959</guid>
      <dc:creator>dan_linder</dc:creator>
      <dc:date>2019-11-09T18:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Installing OVFtool 4.3.0 U3 on Fedora 31</title>
      <link>https://communities.vmware.com/t5/Technical-Community-Resources/Installing-OVFtool-4-3-0-U3-on-Fedora-31/m-p/2266789#M1960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a forum for OVFTool here: &lt;A href="https://code.vmware.com/forums/3086/open-virtualization-format-tool-(ovf)" title="https://code.vmware.com/forums/3086/open-virtualization-format-tool-(ovf)"&gt;Open Virtualization Format Tool (OVF) Forum - VMware {code}&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Nov 2019 08:02:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Technical-Community-Resources/Installing-OVFtool-4-3-0-U3-on-Fedora-31/m-p/2266789#M1960</guid>
      <dc:creator>scott28tt</dc:creator>
      <dc:date>2019-11-10T08:02:09Z</dc:date>
    </item>
  </channel>
</rss>

