-
Notifications
You must be signed in to change notification settings - Fork 112
Description
When I try to install guidedlda in google colab I get the following errors:
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting guidedlda
Using cached guidedlda-2.0.0.dev22.tar.gz (2.1 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from guidedlda) (1.21.6)
Building wheels for collected packages: guidedlda
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for guidedlda (setup.py) ... error
ERROR: Failed building wheel for guidedlda
Running setup.py clean for guidedlda
Failed to build guidedlda
Installing collected packages: guidedlda
error: subprocess-exited-with-error
× Running setup.py install for guidedlda did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Running setup.py install for guidedlda ... error
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> guidedlda
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.