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
In the installation step, the package 'tqdm' is missing in the last step.
Instead of: conda install -y pillow opencv
it should be: conda install -y pillow opencv tqdm
This package is used in the file program/p3i.py.
The text was updated successfully, but these errors were encountered:
In the installation step, the package 'tqdm' is missing in the last step.
Instead of:
conda install -y pillow opencv
it should be:
conda install -y pillow opencv tqdm
This package is used in the file
program/p3i.py
.The text was updated successfully, but these errors were encountered: