-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
TypeError: coercing to Unicode: need string or buffer, NoneType found #1043
Comments
@Germione did you run If attempting the latter, try encapsulating it in quotes: |
I'm getting the same error with Interestingly, encapsulating like I also get the error if installing the above package on its own, like |
The regression seems to have been introduced in kennethreitz@0a48fa0 which is part of https://github.com/kennethreitz/pipenv/pull/926. |
@craigloftus thanks for taking the time to dig into that! We actually have a fix implemented already (see #958) that corrects that regression, I’ll see about getting it merged soon |
In the meantime for those of you trying to install the local project root as a package you can use the advice here: https://github.com/kennethreitz/pipenv/issues/1012#issuecomment-342898222 |
On Python 3.6 the error is:
(added this comment for searchability) |
@techalchemy @craigloftus : Thanks for your answers |
This is now resolved in #958 |
Hi,
I'm trying to install a local setup.py into my virtual environment/Pipfile:
I get this error : TypeError: coercing to Unicode: need string or buffer, NoneType found
Do you have any idea of the problem ?
Thank you in advance
Describe your environment
Mac OS X - Sierra
Python version: 3.6.3
Pipenv version: 8.3.1
Expected result
Actual result
pipenv install -e .
Steps to replicate
Pipfile
The text was updated successfully, but these errors were encountered: