Pycharm warns package requirement not satisfied when using pipenv to install packageHow do I properly setup pipenv in PyCharm?Installing specific package versions with pipPipfile.lock version not matching installed package versionPyCharm not detecting Django installed applicationsTensor flow package installation in PyCharmPipEnv: How to handle locally installed .whl packagesdependency issue when using pipenvPIPENV hangs at install from existing pipfile.lock on Raspberry pipipenv sync and pipenv install --system --ignore-pipfile in docker environmentPycharm, requirement already satisfied but is not added to packagespipenv install django==2.1 does not create Pipfile and Pipfile.lock

How to creep the reader out with what seems like a normal person?

Confusion about capacitors

Need help understanding harmonic series and intervals

Why do TACANs not have a symbol for compulsory reporting?

Unexpected email from Yorkshire Bank

Weird result in complex limit

Reverse the word in a string with the same order in javascript

How to set the font color of quantity objects (Version 11.3 vs version 12)?

Phrase for the opposite of "foolproof"

Build a trail cart

Confused by notation of atomic number Z and mass number A on periodic table of elements

What are the spoon bit of a spoon and fork bit of a fork called?

In the time of the mishna, were there Jewish cities without courts?

How does a Swashbuckler rogue "fight with two weapons while safely darting away"?

Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?

How to stop co-workers from teasing me because I know Russian?

When and why did journal article titles become descriptive, rather than creatively allusive?

Do I have to worry about players making “bad” choices on level up?

Were there two appearances of Stan Lee?

Subtleties of choosing the sequence of tenses in Russian

Does the EU Common Fisheries Policy cover British Overseas Territories?

What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?

Why is the origin of “threshold” uncertain?

Can fracking help reduce CO2?



Pycharm warns package requirement not satisfied when using pipenv to install package


How do I properly setup pipenv in PyCharm?Installing specific package versions with pipPipfile.lock version not matching installed package versionPyCharm not detecting Django installed applicationsTensor flow package installation in PyCharmPipEnv: How to handle locally installed .whl packagesdependency issue when using pipenvPIPENV hangs at install from existing pipfile.lock on Raspberry pipipenv sync and pipenv install --system --ignore-pipfile in docker environmentPycharm, requirement already satisfied but is not added to packagespipenv install django==2.1 does not create Pipfile and Pipfile.lock






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








3















I am trying to install packages into my Pycharm environment using pipenv. However, when I use pipenv install <package name>, a popup appears on the top mentioning




"Package requirement not satisfied"




and asks me to "install requirements from Pipfile.lock"



When I started the project, I selected Pipenv as my project interpreter.Why is PyCharm asking to re-install a package from the Pipfile.lock file when I clearly used pipenv from the beginning and set the project to use Pipenv as an interpreter. Am I double installing ?



enter image description here



enter image description here



Update:



It is now reported as a bug in PyCharm, please vote for the issue:



https://youtrack.jetbrains.com/issue/PY-34622










share|improve this question
























  • Have you looked at the answers to this post? Also are you sure the pipenv environment you're installing into in the terminal is the same one you set for the project interpreter? It seems like maybe when you install via the terminal, it installs to a different virtualenv, updates the Pipfile.lock, and then PyCharm detects a new dependency in that file that doesn't exist in the pipenv it's using.

    – Mihai Chelaru
    Mar 24 at 22:06











  • Take a look at this JetBrains support thread and see if that resolves the issue you're having.

    – Mihai Chelaru
    Mar 25 at 2:58







  • 1





    That's an unfortunate PyCharm bug youtrack.jetbrains.com/issue/PY-34622 Please vote for the ticket.

    – Pavel Karateev
    Mar 28 at 7:55

















3















I am trying to install packages into my Pycharm environment using pipenv. However, when I use pipenv install <package name>, a popup appears on the top mentioning




"Package requirement not satisfied"




and asks me to "install requirements from Pipfile.lock"



When I started the project, I selected Pipenv as my project interpreter.Why is PyCharm asking to re-install a package from the Pipfile.lock file when I clearly used pipenv from the beginning and set the project to use Pipenv as an interpreter. Am I double installing ?



enter image description here



enter image description here



Update:



It is now reported as a bug in PyCharm, please vote for the issue:



https://youtrack.jetbrains.com/issue/PY-34622










share|improve this question
























  • Have you looked at the answers to this post? Also are you sure the pipenv environment you're installing into in the terminal is the same one you set for the project interpreter? It seems like maybe when you install via the terminal, it installs to a different virtualenv, updates the Pipfile.lock, and then PyCharm detects a new dependency in that file that doesn't exist in the pipenv it's using.

    – Mihai Chelaru
    Mar 24 at 22:06











  • Take a look at this JetBrains support thread and see if that resolves the issue you're having.

    – Mihai Chelaru
    Mar 25 at 2:58







  • 1





    That's an unfortunate PyCharm bug youtrack.jetbrains.com/issue/PY-34622 Please vote for the ticket.

    – Pavel Karateev
    Mar 28 at 7:55













3












3








3








I am trying to install packages into my Pycharm environment using pipenv. However, when I use pipenv install <package name>, a popup appears on the top mentioning




"Package requirement not satisfied"




and asks me to "install requirements from Pipfile.lock"



When I started the project, I selected Pipenv as my project interpreter.Why is PyCharm asking to re-install a package from the Pipfile.lock file when I clearly used pipenv from the beginning and set the project to use Pipenv as an interpreter. Am I double installing ?



enter image description here



enter image description here



Update:



It is now reported as a bug in PyCharm, please vote for the issue:



https://youtrack.jetbrains.com/issue/PY-34622










share|improve this question
















I am trying to install packages into my Pycharm environment using pipenv. However, when I use pipenv install <package name>, a popup appears on the top mentioning




"Package requirement not satisfied"




and asks me to "install requirements from Pipfile.lock"



When I started the project, I selected Pipenv as my project interpreter.Why is PyCharm asking to re-install a package from the Pipfile.lock file when I clearly used pipenv from the beginning and set the project to use Pipenv as an interpreter. Am I double installing ?



enter image description here



enter image description here



Update:



It is now reported as a bug in PyCharm, please vote for the issue:



https://youtrack.jetbrains.com/issue/PY-34622







python django python-3.x pycharm pipenv






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 8:16







Matthew

















asked Mar 22 at 19:16









MatthewMatthew

303218




303218












  • Have you looked at the answers to this post? Also are you sure the pipenv environment you're installing into in the terminal is the same one you set for the project interpreter? It seems like maybe when you install via the terminal, it installs to a different virtualenv, updates the Pipfile.lock, and then PyCharm detects a new dependency in that file that doesn't exist in the pipenv it's using.

    – Mihai Chelaru
    Mar 24 at 22:06











  • Take a look at this JetBrains support thread and see if that resolves the issue you're having.

    – Mihai Chelaru
    Mar 25 at 2:58







  • 1





    That's an unfortunate PyCharm bug youtrack.jetbrains.com/issue/PY-34622 Please vote for the ticket.

    – Pavel Karateev
    Mar 28 at 7:55

















  • Have you looked at the answers to this post? Also are you sure the pipenv environment you're installing into in the terminal is the same one you set for the project interpreter? It seems like maybe when you install via the terminal, it installs to a different virtualenv, updates the Pipfile.lock, and then PyCharm detects a new dependency in that file that doesn't exist in the pipenv it's using.

    – Mihai Chelaru
    Mar 24 at 22:06











  • Take a look at this JetBrains support thread and see if that resolves the issue you're having.

    – Mihai Chelaru
    Mar 25 at 2:58







  • 1





    That's an unfortunate PyCharm bug youtrack.jetbrains.com/issue/PY-34622 Please vote for the ticket.

    – Pavel Karateev
    Mar 28 at 7:55
















Have you looked at the answers to this post? Also are you sure the pipenv environment you're installing into in the terminal is the same one you set for the project interpreter? It seems like maybe when you install via the terminal, it installs to a different virtualenv, updates the Pipfile.lock, and then PyCharm detects a new dependency in that file that doesn't exist in the pipenv it's using.

– Mihai Chelaru
Mar 24 at 22:06





Have you looked at the answers to this post? Also are you sure the pipenv environment you're installing into in the terminal is the same one you set for the project interpreter? It seems like maybe when you install via the terminal, it installs to a different virtualenv, updates the Pipfile.lock, and then PyCharm detects a new dependency in that file that doesn't exist in the pipenv it's using.

– Mihai Chelaru
Mar 24 at 22:06













Take a look at this JetBrains support thread and see if that resolves the issue you're having.

– Mihai Chelaru
Mar 25 at 2:58






Take a look at this JetBrains support thread and see if that resolves the issue you're having.

– Mihai Chelaru
Mar 25 at 2:58





1




1





That's an unfortunate PyCharm bug youtrack.jetbrains.com/issue/PY-34622 Please vote for the ticket.

– Pavel Karateev
Mar 28 at 7:55





That's an unfortunate PyCharm bug youtrack.jetbrains.com/issue/PY-34622 Please vote for the ticket.

– Pavel Karateev
Mar 28 at 7:55












1 Answer
1






active

oldest

votes


















2














The solution is in this answer on the JetBrains support forums.



The steps are as follows:



  1. Go to File > Invalidate Caches/Restart... and press Invalidate and Restart.

  2. Once restarted, add the interpreter back, wait for the stubs to be rebuilt and then check to if the problem has been resolved.

  3. If not, then first remove the pipenv interpreter as the project interpreter by going to File > Settings > Project: > Project Interpreter and setting the project interpreter to No Interpreter. Click Apply and OK. Then repeat steps 1 and 2 and see if it solves the problem.

I'm not sure why this problem occurs, but it seems to solve it when it comes up.






share|improve this answer




















  • 1





    @Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

    – Mihai Chelaru
    Mar 25 at 16:11






  • 1





    I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

    – Matthew
    Mar 25 at 16:42











  • Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

    – Mihai Chelaru
    Mar 26 at 11:18











  • Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

    – Mihai Chelaru
    Mar 26 at 12:23






  • 1





    @MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

    – Matthew
    Mar 28 at 8:14












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55306431%2fpycharm-warns-package-requirement-not-satisfied-when-using-pipenv-to-install-pac%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














The solution is in this answer on the JetBrains support forums.



The steps are as follows:



  1. Go to File > Invalidate Caches/Restart... and press Invalidate and Restart.

  2. Once restarted, add the interpreter back, wait for the stubs to be rebuilt and then check to if the problem has been resolved.

  3. If not, then first remove the pipenv interpreter as the project interpreter by going to File > Settings > Project: > Project Interpreter and setting the project interpreter to No Interpreter. Click Apply and OK. Then repeat steps 1 and 2 and see if it solves the problem.

I'm not sure why this problem occurs, but it seems to solve it when it comes up.






share|improve this answer




















  • 1





    @Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

    – Mihai Chelaru
    Mar 25 at 16:11






  • 1





    I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

    – Matthew
    Mar 25 at 16:42











  • Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

    – Mihai Chelaru
    Mar 26 at 11:18











  • Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

    – Mihai Chelaru
    Mar 26 at 12:23






  • 1





    @MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

    – Matthew
    Mar 28 at 8:14
















2














The solution is in this answer on the JetBrains support forums.



The steps are as follows:



  1. Go to File > Invalidate Caches/Restart... and press Invalidate and Restart.

  2. Once restarted, add the interpreter back, wait for the stubs to be rebuilt and then check to if the problem has been resolved.

  3. If not, then first remove the pipenv interpreter as the project interpreter by going to File > Settings > Project: > Project Interpreter and setting the project interpreter to No Interpreter. Click Apply and OK. Then repeat steps 1 and 2 and see if it solves the problem.

I'm not sure why this problem occurs, but it seems to solve it when it comes up.






share|improve this answer




















  • 1





    @Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

    – Mihai Chelaru
    Mar 25 at 16:11






  • 1





    I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

    – Matthew
    Mar 25 at 16:42











  • Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

    – Mihai Chelaru
    Mar 26 at 11:18











  • Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

    – Mihai Chelaru
    Mar 26 at 12:23






  • 1





    @MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

    – Matthew
    Mar 28 at 8:14














2












2








2







The solution is in this answer on the JetBrains support forums.



The steps are as follows:



  1. Go to File > Invalidate Caches/Restart... and press Invalidate and Restart.

  2. Once restarted, add the interpreter back, wait for the stubs to be rebuilt and then check to if the problem has been resolved.

  3. If not, then first remove the pipenv interpreter as the project interpreter by going to File > Settings > Project: > Project Interpreter and setting the project interpreter to No Interpreter. Click Apply and OK. Then repeat steps 1 and 2 and see if it solves the problem.

I'm not sure why this problem occurs, but it seems to solve it when it comes up.






share|improve this answer















The solution is in this answer on the JetBrains support forums.



The steps are as follows:



  1. Go to File > Invalidate Caches/Restart... and press Invalidate and Restart.

  2. Once restarted, add the interpreter back, wait for the stubs to be rebuilt and then check to if the problem has been resolved.

  3. If not, then first remove the pipenv interpreter as the project interpreter by going to File > Settings > Project: > Project Interpreter and setting the project interpreter to No Interpreter. Click Apply and OK. Then repeat steps 1 and 2 and see if it solves the problem.

I'm not sure why this problem occurs, but it seems to solve it when it comes up.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 25 at 16:10

























answered Mar 25 at 16:03









Mihai ChelaruMihai Chelaru

2,523101424




2,523101424







  • 1





    @Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

    – Mihai Chelaru
    Mar 25 at 16:11






  • 1





    I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

    – Matthew
    Mar 25 at 16:42











  • Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

    – Mihai Chelaru
    Mar 26 at 11:18











  • Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

    – Mihai Chelaru
    Mar 26 at 12:23






  • 1





    @MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

    – Matthew
    Mar 28 at 8:14













  • 1





    @Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

    – Mihai Chelaru
    Mar 25 at 16:11






  • 1





    I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

    – Matthew
    Mar 25 at 16:42











  • Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

    – Mihai Chelaru
    Mar 26 at 11:18











  • Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

    – Mihai Chelaru
    Mar 26 at 12:23






  • 1





    @MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

    – Matthew
    Mar 28 at 8:14








1




1





@Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

– Mihai Chelaru
Mar 25 at 16:11





@Matthew Okay, I've incorporated your feedback into my answer to save people some extra work if it's not required. Thanks =)

– Mihai Chelaru
Mar 25 at 16:11




1




1





I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

– Matthew
Mar 25 at 16:42





I still think this is really strange, that although you start a new project with pipenv, and install within the terminal of pipenv, PyCharm fails to find the interpreter. I will send this question to PyCharm :D It just does not make sense to me.

– Matthew
Mar 25 at 16:42













Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

– Mihai Chelaru
Mar 26 at 11:18





Did you ever try removing pipenv from the project interpreter first like that post suggested? Not sure if it makes a difference or not. I've had that same warning pop up for me, but it did eventually go away and I'm not sure what I did to fix it.

– Mihai Chelaru
Mar 26 at 11:18













Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

– Mihai Chelaru
Mar 26 at 12:23





Oh I see, that's unfortunate. I hope they respond with a better solution, which you can post here as an answer and accept if it solved it for you. I'll leave my solution up for context.

– Mihai Chelaru
Mar 26 at 12:23




1




1





@MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

– Matthew
Mar 28 at 8:14






@MIhau It is now reported as a major bug in PyCharm youtrack.jetbrains.com/issue/PY-34622 Please vote for the issue

– Matthew
Mar 28 at 8:14




















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55306431%2fpycharm-warns-package-requirement-not-satisfied-when-using-pipenv-to-install-pac%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript