chipsalliance / fasm

FPGA Assembly (FASM) Parser and Generator
https://fasm.readthedocs.io
Apache License 2.0
88 stars 29 forks source link

AttributeError: 'FileNotFoundError' object has no attribute 'read' #72

Closed mithro closed 2 years ago

mithro commented 2 years ago
  File "/home/runner/work/fasm/fasm/env/conda/envs/make-env/lib/python3.10/site-packages/pip/_internal/network/session.py", line 454, in request
    return super().request(method, url, *args, **kwargs)
  File "/home/runner/work/fasm/fasm/env/conda/envs/make-env/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/runner/work/fasm/fasm/env/conda/envs/make-env/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py", line 697, in send
    r.content
  File "/home/runner/work/fasm/fasm/env/conda/envs/make-env/lib/python3.10/site-packages/pip/_vendor/requests/models.py", line 836, in content
    self._content = b''.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b''
  File "/home/runner/work/fasm/fasm/env/conda/envs/make-env/lib/python3.10/site-packages/pip/_vendor/requests/models.py", line 769, in generate
    chunk = self.raw.read(chunk_size)
AttributeError: 'FileNotFoundError' object has no attribute 'read'
tcal-x commented 2 years ago

This reminds me of the issue with file: in

  - pip:
    - -r file:/full/path/to/requirements.txt
mithro commented 2 years ago

Yeap!