Noah-Huppert/py-i2c-register

getting requirements to build wheel error

Opened this issue · 0 comments

Knochi commented

tried to install via PIP into a virtual environment and got this error message

Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [26 lines of output]
      Traceback (most recent call last):
        File "<string>", line 9, in <module>
      ModuleNotFoundError: No module named 'pypandoc'

manually installing pypandoc before works but doesn't resolve the issue