Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error with docker #19

Open
wendwosenbb opened this issue Dec 4, 2023 · 1 comment
Open

import error with docker #19

wendwosenbb opened this issue Dec 4, 2023 · 1 comment

Comments

@wendwosenbb
Copy link

wendwosenbb commented Dec 4, 2023

hi, thanks for publishing this cool packages.
But, I am having issue with CSF module not being found in the docker image of segment-lidar.
`fw@w-Crosshair-15-A11UCK:~/lidar_segmentation$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
01cf113224e7 yarroudh/segment-lidar "python -c 'while Tr…" About an hour ago Up About an hour priceless_wu

w@w-Crosshair-15-A11UCK:~/lidar_segmentation$ docker exec 01cf113224e7 python segment.py
Traceback (most recent call last):
File "segment.py", line 1, in
from segment_lidar import samlidar, view
File "/opt/conda/lib/python3.8/site-packages/segment_lidar/samlidar.py", line 6, in
import CSF
ModuleNotFoundError: No module named 'CSF'
`
I also installed CSF inside the docker, but still CSF is not found.

@Yarroudh
Copy link
Owner

Yarroudh commented Dec 4, 2023

Hello @wendwosenbb,
Thanks for reporting this error. The docker image should be updated. I encourage you to install the package on a local environment. Once updated, I will inform you here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants