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
After installing as per the instructions when I try to run the either of the commands plotdigitizer --help plotdigitizer ./figures/trimmed.png -p 0,0 -p 10,0 -p 0,1
the following error shows up, how do I get by this error
Traceback (most recent call last):
File "/home/harsh/.local/bin/plotdigitizer", line 7, in
from PlotDigitizer.plotdigitizer import main
File "/home/harsh/.local/lib/python3.6/site-packages/PlotDigitizer/plotdigitizer.py", line 13, in
import cv2
ModuleNotFoundError: No module named 'cv2'
The text was updated successfully, but these errors were encountered:
After installing as per the instructions when I try to run the either of the commands
plotdigitizer --help
plotdigitizer ./figures/trimmed.png -p 0,0 -p 10,0 -p 0,1
the following error shows up, how do I get by this error
Traceback (most recent call last):
File "/home/harsh/.local/bin/plotdigitizer", line 7, in
from PlotDigitizer.plotdigitizer import main
File "/home/harsh/.local/lib/python3.6/site-packages/PlotDigitizer/plotdigitizer.py", line 13, in
import cv2
ModuleNotFoundError: No module named 'cv2'
The text was updated successfully, but these errors were encountered: