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

FileNotFoundError: [WinError 206] 文件名或扩展名太长。: 'E:\\Java\\bin\\server' #213

Open
Yicijiuhaobala opened this issue Dec 27, 2023 · 1 comment

Comments

@Yicijiuhaobala
Copy link

Traceback (most recent call last):
File "e:/python_project/WSI/clam/pathML_preprocess/stain_deconvolution_color_ormalization.py", line 9, in
from pathml.core import HESlide
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\pathml_init_.py", line 8, in
from . import preprocessing as pp
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\pathml\preprocessing_init_.py", line 6, in
from .pipeline import Pipeline
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\pathml\preprocessing\pipeline.py", line 8, in
import pathml.core.tile
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\pathml\core_init_.py", line 7, in
from .slide_backends import BioFormatsBackend, DICOMBackend, OpenSlideBackend
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\pathml\core\slide_backends.py", line 10, in
from javabridge.jutil import JavaException
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\javabridge_init_.py", line 38, in
from .jutil import start_vm, kill_vm, vm, activate_awt, deactivate_awt
File "E:\anaconda\envs\pytorch1_10\lib\site-packages\javabridge\jutil.py", line 153, in
os.add_dll_directory(_find_jvm())
File "E:\anaconda\envs\pytorch1_10\lib\os.py", line 1105, in add_dll_directory
cookie = nt._add_dll_directory(path)
FileNotFoundError: [WinError 206] 文件名或扩展名太长。: 'E:\Java\bin\server'
how to fix this problem? i have the correct jvm file path.

@LeeKamentsky
Copy link
Owner

LeeKamentsky commented Dec 27, 2023 via email

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