-
Notifications
You must be signed in to change notification settings - Fork 572
Add how to solve pipenv error to readme #403
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
Conversation
README.md
Outdated
- `pipenv install --dev --system` | ||
- `python -m pipenv lock --clear` | ||
- If you have [this error](https://github.com/pypa/pipenv/issues/187https://github.com/pypa/pipenv/issues/187), refer the link to solve. | ||
- `pytonh -m pipenv install --dev --system` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pytonh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...Thanks and sorry
README.md
Outdated
- `pipenv lock --clear` | ||
- `pipenv install --dev --system` | ||
- `python -m pipenv lock --clear` | ||
- If you have [this error](https://github.com/pypa/pipenv/issues/187https://github.com/pypa/pipenv/issues/187), refer the link to solve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather explicitly write what the error message is
README.md
Outdated
- `pipenv lock --clear` | ||
- `pipenv install --dev --system` | ||
- `python -m pipenv lock --clear` | ||
- If you have [this error](https://github.com/pypa/pipenv/issues/187https://github.com/pypa/pipenv/issues/187), refer the link to solve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doubledouble paste?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...Thanks and sorry2
README.md
Outdated
- `python -m pipenv lock --clear` | ||
- If you have below error, refer [this link](https://github.com/pypa/pipenv/issues/187) to solve it. | ||
``` | ||
Locking [dev-packages] dependencies… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much? @mykola-mokhnach
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it would be enough to just keep the error message itself: Locking Failed! unknown locale: UTF-8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it's smart.
README.md
Outdated
- `pipenv lock --clear` | ||
- `pipenv install --dev --system` | ||
- `python -m pipenv lock --clear` | ||
- If you have below error, refer [this link](https://github.com/pypa/pipenv/issues/187) to solve it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you experience the below error then refer pypa/pipenv#187 to solve it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
TODO: Remove flaky test(func_test_android2) until resolved. -> by #404 |
For #400