You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-matplotlib is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package python-scipy is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package python-reportlab
E: Unable to locate package python-beautifulsoup
E: Package 'python-scipy' has no installation candidate
E: Package 'python-matplotlib' has no installation candidate
Could you please help me on how to install these dependencies?
The text was updated successfully, but these errors were encountered:
stweil
changed the title
hocr-tools dependencies are unable to install in ubuntu 20.04 with python3.8.5
Installation instructions for Python packages need update for Python 3
Apr 6, 2021
can help me in that
Traceback (most recent call last):
File "flow.py", line 4, in
import matplotlib.pyplot as pylab
ImportError: No module named matplotlib.pyplot
I am not able to install few dependencies of hocr-tools in ubuntu20.04 with python3.8 but it was working fine in ubuntu18.04 with python3.6.
I run this Command :
sudo apt-get install python-lxml python-reportlab python-pil python-beautifulsoup python-numpy python-scipy python-matplotlib
and getting below error:
Could you please help me on how to install these dependencies?
The text was updated successfully, but these errors were encountered: