open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
8.29k stars 2.62k forks source link

Pyinstaller packages the EXE #3312

Open w-yasuo opened 1 year ago

w-yasuo commented 1 year ago

when i use Pyinstaller packages the EXE, ti is successfully, But when I run the exe, it gives me an error ModuleNotFoundError: mmsegmentation is not installed, please install mmsegmentation manually

xiexinch commented 1 year ago

You can check if mmsegmentation was installed successfully.

python -c "import mmseg"
w-yasuo commented 1 year ago

image

w-yasuo commented 1 year ago

You can check if mmsegmentation was installed successfully.

yes, im sure i have installed the mmsegmentation

xiexinch commented 1 year ago

Please make sure you can import mmseg successfully but not import mmsegmentation.

xiexinch commented 1 year ago
image
w-yasuo commented 1 year ago
image

image

xiexinch commented 1 year ago

Well, I don't know how to solve your problem.

w-yasuo commented 1 year ago

Well, I don't know how to solve your problem.

ok, thk you 0.0