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

OSError: [WinError 123] 文件名、目录名或卷标语法不正确。 #33

Open
showlibia opened this issue Feb 28, 2025 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@showlibia
Copy link

showlibia commented Feb 28, 2025

Description of the Issue:

在full-dependecies分支下

OSError: [WinError 123] 文件名、目录名或卷标语法不正确。: '\\?\e:\mofa\python\examples\hello_world\.'
examples/hello_world在Windows11下运行报错

Steps to Reproduce:

  1. conda create -n full python=3.10
  2. pipx install poetry && pipx ensurepath
  3. poetry install
  4. dora up && dora build .\hello_world_dataflow.yml
  5. dora start .\hello_world_dataflow.yml

Environment Information:

  • Operating System: Windows 11
  • Python Version: 3.10.16
  • Dora-rs Version: dora-cli 0.3.9

Additional Information:

dora.exe start .\hello_world_dataflow.yml
attaching to dataflow (use `--detach` to run in background)
ERROR agent: exited with code 1 with stderr output:
---------------------------------------------------------------------------------
[...]        File "D:\Scoop\apps\miniconda3\current\envs\full\lib\site-packages\pkg_resources\__init__.py", line 2333, in find_on_path
          entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
        File "D:\Scoop\apps\miniconda3\current\envs\full\lib\site-packages\pkg_resources\__init__.py", line 2382, in safe_listdir
          return os.listdir(path)

      OSError: [WinError 123] �ļ�����Ŀ¼�������������ȷ��: '\\\\?\\e:\\mofa\\python\\examples\\hello_world\\.'

Location:
    binaries\runtime\src\operator\python.rs:28:9
---------------------------------------------------------------------------------
@showlibia showlibia added bug Something isn't working help wanted Extra attention is needed labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants