forked from alanjds/grumpy
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README with new install instructions #113
Labels
good first issue
Good for newcomers
Hacktoberfest
Join the Hacktoberfest of Digital Ocean! Send us a PR!
Comments
alanjds
added
good first issue
Good for newcomers
Hacktoberfest
Join the Hacktoberfest of Digital Ocean! Send us a PR!
labels
Oct 23, 2018
Added python 2.7 and Go 1.10 installation steps to README.md |
Looks like install instructions are wrong? Running install using pip (py2) gets to:
|
Yeah. Docs are outdated. You should install grumpy-tools before grumpy-runtime. Sorry for that |
abitrolly
added a commit
to abitrolly/grumpy
that referenced
this issue
Oct 3, 2019
`pip2 install grumpy-runtime` fails with the ERROR grumpyhome#113 (comment) because it relies on `grumpy-tools`. `grumpy-tools` packages is specified in `setup.py` as a dependency, and it doesn't work, because for the build process to succeed, the dependency should already exist at the time `setup.py` is executed. The official workaround is `pyproject.toml` from PEP-518 pypa/pip#2381
abitrolly
added a commit
to abitrolly/grumpy
that referenced
this issue
Oct 3, 2019
`pip2 install grumpy-runtime` fails with the ERROR grumpyhome#113 (comment) because it relies on `grumpy-tools`. `grumpy-tools` packages is specified in `setup.py` as a dependency, and it doesn't work, because for the build process to succeed, the dependency should already exist at the time `setup.py` is executed. The official workaround is `pyproject.toml` from PEP-518 pypa/pip#2381
abitrolly
added a commit
to abitrolly/grumpy
that referenced
this issue
Oct 10, 2019
`pip2 install grumpy-runtime` fails with the ERROR grumpyhome#113 (comment) because it relies on `grumpy-tools`. `grumpy-tools` packages is specified in `setup.py` as a dependency, and it doesn't work, because for the build process to succeed, the dependency should already exist at the time `setup.py` is executed. The official workaround is `pyproject.toml` from PEP-518 pypa/pip#2381
abitrolly
added a commit
to abitrolly/grumpy
that referenced
this issue
Jun 16, 2020
* `setuptools` are bundled with `pip` * separate pre-requisites from installation
abitrolly
added a commit
to abitrolly/grumpy
that referenced
this issue
Dec 7, 2020
* `setuptools` are bundled with `pip` * separate pre-requisites from installation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
Hacktoberfest
Join the Hacktoberfest of Digital Ocean! Send us a PR!
More than one user/contributor had trouble trying to test or run simple toy scripts. The README is outdated and still says to run
make
and friends.setup.py develop
)setup.py install
)The text was updated successfully, but these errors were encountered: