Direct pip installation #36
terryfrankcombe
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi Terry, The "Allegro" package on PyPI has no relation to this project; I should definitely put a warning about that in the README. At present, Allegro (unlike the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks
I appreciate that on the main page the installation instructions say work from source from the git repo. However, I did try straight
pip install allegro
and seemed to make lots of progress. Overall it failed, withhttptools
,greenlet
anduvloop
failing to compile.When I did clone and install from source
pip install .
worked fine. Interestingly, there was no mention of those previously-failed packages being required.Is this expected? Is there a dependency list somewhere that needs updating?
Ciao
Terry
Beta Was this translation helpful? Give feedback.
All reactions