Closed pmundt closed 4 years ago
Thanks for reporting this, and sorry it took the next decade for one of us to get around ot it.
These errors are output red and say they're errors, but pip has a fallback mechanism to use setup.py install
, so everything succeeds in the end. It might not really be user-friendly, but it's an (informed) user's choice to decide whether to install (what is basically) a blob or something they compile themselves. Adding this instruction into the quickstart would not increase the value of the user experience in proportion to the increase in perceived complexity, which is the most important thing in quickstarts, imo.
Closing as notabug.
The quickstart instructions in the README suggest to create a new venv and install opera there. Upon doing this, however, it appears that the wheel package is missing, resulting in the following errors:
Simply doing a
pip install wheel
beforehand is sufficient to fix this