python2html2text has been installed, but error comes out as below: //------------------------------------------------------------------------------- During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/html2text", line 33, in <module>
sys.exit(load_entry_point('html2text==2024.2.26', 'console_scripts', 'html2text')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/html2text", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
^^^^^^^^^^^
File "/usr/lib/python3.13/importlib/metadata/init.py", line 960, in distribution
return Distribution.from_name(distribution_name)
~~^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/importlib/metadata/init.py", line 409, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for html2text
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: jdk-exit status 4
-> Failed to install the following packages. Manual intervention is required:
jre - exit status 4
Pinned Comments
dbermond commented on 2024-03-19 19:54 (UTC)
As was made with the java packages in the official repositories, jdk now provides the jre alongside it, and both packages conflict with each other. During the package upgrade to version 22, act accordingly to your needs. For example, if you have both jdk and jre installed, only jdk will be sufficient, as it now also contains the runtime environment, and jre can be uninstalled. If you have only jre installed, no action is required.