connormanning / entwine

Entwine - point cloud organization for massive datasets
https://entwine.io
Other
451 stars 128 forks source link

POSIX stat failed #179

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

I have an issue when i run this command:

docker run -it -v ~/entwine:/entwine connormanning/entwine build -i ** -o /entwine/red-rocks
Scanning input
Resolving [file]: ** ...Encountered an error: Error globbing - POSIX stat failed
Exiting.
connormanning commented 5 years ago

This is an issue with your Docker volume mapping. I recommend you use the Conda distribution for access to your filesystem natively or to read the documentation about Docker's volume mapping.