Skip to content
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

chardet dependency not in your Pipfile #73

Closed
a-berg opened this issue Sep 21, 2021 · 2 comments
Closed

chardet dependency not in your Pipfile #73

a-berg opened this issue Sep 21, 2021 · 2 comments

Comments

@a-berg
Copy link

a-berg commented Sep 21, 2021

I have tried to install pipenv-setup as shown in your README (pipenv install --dev pipenv-setup).
When using sync (pipenv run pipenv-setup sync) I get the message ModuleNotFoundError: No module named 'chardet'. Your Pipfile doesn't contain it as far as I can tell, so I had to pipenv install --dev chardet.
Is this intended? It seems like a bug to me.

@nomis
Copy link

nomis commented Oct 5, 2021

This is caused by a missing dependency in sarugaku/requirementslib#296.

@bryant-finney
Copy link
Collaborator

@a-berg and @nomis

This issue has been resolved by PR #76 ; release v3.1.2 patches this dependency and is available on PyPI version 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants