-
-
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
PipfileNotFound raised for no Pipfile while installing #3260
Comments
Hey @nealyip, We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄 If not, the maintainers will get to this issue shortly. Cheers, |
Any of the following is OK to initialize a pipenv project:
|
@nealyip @frostming I have this same issue. Wanted to file an issue today at 8 am but could not. This time I searched again for duplicates. And almost missed this. Had to read it to realise I had the same issue. Use Case: Steps to repro+ error: Expected: Details:- Python: 3.7.1 Moreover- |
@nealyip
Since when? I really don't know anything about this and I tried to. Can you please give a link? Note( for Windows 10 1803 users): The top two methods have been tested succesfully on Windows 10 @1803!
Good to know. Thanks.
Good to know. Thanks. Also, this can be added to the error that suddenly appeared.
I am on windows. This causes error in Powershell and cmd. PS:- I hope this and the above comment have been helpful. |
@frostming Is there any chance this will get fixed? If yes, thanks a lot. I would like to help. If no, thanks to all contributors for pipenv, it was like salt( is to food). I'll just have to stop using pipenv and go back to using virtualenv. I can't change my workflow. I would still like to help, but I am not sure if its okay to contribute to projects I don't use often. Am I mistaken? |
I just reviewed the original issue linked above and find it was a bad fix to change the behavior. You are right, I will submit a fix soon. Thank you. |
@snow8gaia I'm also interested in this comment specifically:
can you run |
Also in retrospect, there was no api change introduced and no flaw in the exception handling, there is just a bug in pipfile generation which results in the downstream exception which tells you there is no pipfile. Fix will be up in a sec |
- Fixes #3260 Signed-off-by: Dan Ryan <dan@danryan.co>
Correction: WinPython temporarily adds the required files to Path. I don't see(by using When I compare the output of |
I forgot, thanks a lot for the quick response. |
This issue is resolved in:- |
Thanks a lot to the pipenv team, especially |
Thanks for the message, it helps to know it is appreciated! |
Saw the same error with python
and |
from the previous version, when there is no Pipfile, one will be automatically created when executing pipenv install.
However, after 2018.11.14, an error is thrown
Pipfile not found! Aborting! Please ensure that the file exists and is located in your project root directory.
Steps to replicate
1, pipenv install
The text was updated successfully, but these errors were encountered: