flux icon indicating copy to clipboard operation
flux copied to clipboard

[BUG] pip install error:urllib.error.HTTPError: HTTP Error 404: Not Found

Open Hodoryu opened this issue 4 months ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior. The easier it is to reproduce the faster it will get maintainer attention.

Expected behavior A clear and concise description of what you expected to happen.

Stack trace/logs If applicable, add the stack trace or logs from the time of the error.

Environment

Proposed fix If you have a proposal for how to fix the issue state it here or link to a PR.

Additional context Add any other context about the problem here.

Hodoryu avatar Aug 20 '25 08:08 Hodoryu

building 'flux_ths_pybind' extension
  Emitting ninja build file /tmp/pip-install-kxgg62a9/byte-flux_eae6b4c05ab140898e8f627c451a9ebe/build/temp.linux-x86_64-cpython-312/build.ninja...
  Creating directory /tmp/pip-install-kxgg62a9/byte-flux_eae6b4c05ab140898e8f627c451a9ebe/build/temp.linux-x86_64-cpython-312...
  Traceback (most recent call last):
    File "<string>", line 226, in run
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 240, in urlretrieve
      with contextlib.closing(urlopen(url, data)) as fp:
                              ^^^^^^^^^^^^^^^^^^
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 215, in urlopen
      return opener.open(url, data, timeout)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 521, in open
      response = meth(req, response)
                 ^^^^^^^^^^^^^^^^^^^
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 630, in http_response
      response = self.parent.error(
                 ^^^^^^^^^^^^^^^^^^
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 559, in error
      return self._call_chain(*args)
             ^^^^^^^^^^^^^^^^^^^^^^^
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 492, in _call_chain
      result = func(*args)
               ^^^^^^^^^^^
    File "/home/yiyu/miniconda3/envs/flux/lib/python3.12/urllib/request.py", line 639, in http_error_default
      raise HTTPError(req.full_url, code, msg, hdrs, fp)
  urllib.error.HTTPError: HTTP Error 404: Not Found

Hodoryu avatar Aug 20 '25 08:08 Hodoryu

sees there is a bug, i will release the latest later.

houqi avatar Aug 28 '25 06:08 houqi