Forgive me if this is a simple solution. I am not really a computer guy and am learning as I go. I get a strange error in the logs when I try to process the image. The last line seems the most relevant, but I will post the whole, short log just incase
Traceback (most recent call last):
File “C:\WebODM\resources\app\apps\ODM\run.py”, line 18, in
from stages.odm_app import ODMApp
File “C:\WebODM\resources\app\apps\ODM\stages\odm_app.py”, line 14, in
from stages.odm_georeferencing import ODMGeoreferencingStage
File “C:\WebODM\resources\app\apps\ODM\stages\odm_georeferencing.py”, line 22, in
from opendm.align import compute_alignment_matrix, transform_point_cloud, transform_obj
File “C:\WebODM\resources\app\apps\ODM\opendm\align.py”, line 4, in
import codem
File “C:\WebODM\resources\app\apps\ODM\venv\lib\site-packages\codem_init_.py”, line 5, in
from codem.main import apply_registration
File “C:\WebODM\resources\app\apps\ODM\venv\lib\site-packages\codem\main.py”, line 28, in
from codem.preprocessing.preprocess import GeoData
File “C:\WebODM\resources\app\apps\ODM\venv\lib\site-packages\codem\preprocessing\preprocess.py”, line 36, in
import pdal
File “C:\WebODM\resources\app\apps\ODM\SuperBuild\install/lib/python3.8/dist-packages\pdal_init_.py”, line 8, in
inject_pdal_drivers()
File “C:\WebODM\resources\app\apps\ODM\SuperBuild\install/lib/python3.8/dist-packages\pdal\drivers.py”, line 66, in inject_pdal_drivers
drivers = libpdalpython.getDrivers()
RuntimeError: weakly_canonical: The device is not ready.: “D:/a/ODM/ODM/SuperBuild/install/bin”
How do I fix this? Thanks in advance!
Edit: Just testing my knowledge. Is the program trying to use my disk drive to process my images?