isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
10.77k stars 2.23k forks source link

configargparse does not exist #4493

Closed luiscastroDTx closed 2 years ago

luiscastroDTx commented 2 years ago
from config import ConfigParser
File "/home/luis/repos/Realsense_o3d_Python/Open3D/examples/python/t_reconstruction_system/config.py", line 28, in <module>
    import configargparse
ModuleNotFoundError: No module named 'configargparse'
0xZuk0 commented 2 years ago

Have you tried "pip install configargparse" ?

theNded commented 2 years ago

As commented above.