Skip to content

An error occurs when open source 'make build' #257

@hwa-jin

Description

@hwa-jin

Hi
Thanks to you, I am using open source well.

However, a few days ago, the following error suddenly occurred during 'make build'

Saved ./setuptools-65.5.1-py3-none-any.whl
 (WARNING: mashumaro 2.9 does not provide the extra 'msgpack'
Traceback (most recent call last):
  File "/root/.pyenv/versions/3.9.7/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/root/.pyenv/versions/3.9.7/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/root/.cache/bazel/_bazel_root/5e07e00952269b4bdc847372d47b2865/external/rules_python/python/pip_install/extract_wheels/__main__.py", line 5, in <module>
    main()
  File "/root/.cache/bazel/_bazel_root/5e07e00952269b4bdc847372d47b2865/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 80, in main
    targets = [
  File "/root/.cache/bazel/_bazel_root/5e07e00952269b4bdc847372d47b2865/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 84, in <listcomp>
    bazel.extract_wheel(
  File "/root/.cache/bazel/_bazel_root/5e07e00952269b4bdc847372d47b2865/external/rules_python/python/pip_install/extract_wheels/lib/bazel.py", line 210, in extract_wheel
    os.mkdir(directory)
FileExistsError: [Errno 17] File exists: 'pypi__none'
)
INFO: Elapsed time: 29.058s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
make: *** [Makefile:62: build] Error 1

There was no problem before.
So I cloned open source and 'make build' and the same error occurred.
Do you know anything? What's the problem?

please tell me how to solve it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions