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

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

Open
hwa-jin opened this issue May 17, 2024 · 0 comments
Open

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

hwa-jin opened this issue May 17, 2024 · 0 comments

Comments

@hwa-jin
Copy link

hwa-jin commented May 17, 2024

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

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

1 participant