pip/pipenv packages installation issueFind outdated/updatable pip packagesDo pip and easy_install download...

Redundant comparison & "if" before assignment

Non-trope happy ending?

How can mimic phobia be cured?

Why did the EU agree to delay the Brexit deadline?

Does the UK parliament need to pass secondary legislation to accept the Article 50 extension

Does Doodling or Improvising on the Piano Have Any Benefits?

Add big quotation marks inside my colorbox

Calculate sum of polynomial roots

Invalid date error by date command

How to cover method return statement in Apex Class?

Mimic lecturing on blackboard, facing audience

Fear of getting stuck on one programming language / technology that is not used in my country

What if a revenant (monster) gains fire resistance?

Mixing PEX brands

Store Credit Card Information in Password Manager?

What should you do when eye contact makes your subordinate uncomfortable?

What is Cash Advance APR?

How much character growth crosses the line into breaking the character

What should you do if you miss a job interview (deliberately)?

How to hide some fields of struct in C?

How do you make your own symbol when Detexify fails?

What if you are holding an Iron Flask with a demon inside and walk into Antimagic Field?

Calculating total slots

Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?



pip/pipenv packages installation issue


Find outdated/updatable pip packagesDo pip and easy_install download Python packages securely?`pip install` failing with “Permission denied” in a virtualenvHow to preserve files downloaded by pip after failed installation?pip not finding packages from pypi.python.orgPython-pillow install fails, despite required library being availableRemoving old files left by attempted pip installationRemoving all but original system-default python on macOSPIP - Corrupted updateUbuntu, no-sudo, (no apt-get, no yum but runs like RedHat): install issue with mysql-server













0















I try to install mysqlclient into my django project's env. The problem is: pipenv install mysqlclient adds this dependency to Pipfile.lock but doesn't install the package (project still needs mysqlclient), after running pip install mysqlclient dependency was installed into project's env and project runs successfully but if I run pip install mysqlclient globally (when mysqlclient is installed into pyenv folder) django project still needs mysqlserver. The question is: Why didn't mysqlserver satisfy project's dependency after global pip installation and why dependency wasn't installed after runnig pipenv install mysqlclient command?









share







New contributor




flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I try to install mysqlclient into my django project's env. The problem is: pipenv install mysqlclient adds this dependency to Pipfile.lock but doesn't install the package (project still needs mysqlclient), after running pip install mysqlclient dependency was installed into project's env and project runs successfully but if I run pip install mysqlclient globally (when mysqlclient is installed into pyenv folder) django project still needs mysqlserver. The question is: Why didn't mysqlserver satisfy project's dependency after global pip installation and why dependency wasn't installed after runnig pipenv install mysqlclient command?









    share







    New contributor




    flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I try to install mysqlclient into my django project's env. The problem is: pipenv install mysqlclient adds this dependency to Pipfile.lock but doesn't install the package (project still needs mysqlclient), after running pip install mysqlclient dependency was installed into project's env and project runs successfully but if I run pip install mysqlclient globally (when mysqlclient is installed into pyenv folder) django project still needs mysqlserver. The question is: Why didn't mysqlserver satisfy project's dependency after global pip installation and why dependency wasn't installed after runnig pipenv install mysqlclient command?









      share







      New contributor




      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I try to install mysqlclient into my django project's env. The problem is: pipenv install mysqlclient adds this dependency to Pipfile.lock but doesn't install the package (project still needs mysqlclient), after running pip install mysqlclient dependency was installed into project's env and project runs successfully but if I run pip install mysqlclient globally (when mysqlclient is installed into pyenv folder) django project still needs mysqlserver. The question is: Why didn't mysqlserver satisfy project's dependency after global pip installation and why dependency wasn't installed after runnig pipenv install mysqlclient command?







      mysql pip





      share







      New contributor




      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 mins ago









      flyingDreamflyingDream

      1




      1




      New contributor




      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      flyingDream is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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
          });


          }
          });






          flyingDream is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1416513%2fpip-pipenv-packages-installation-issue%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          flyingDream is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          flyingDream is a new contributor. Be nice, and check out our Code of Conduct.













          flyingDream is a new contributor. Be nice, and check out our Code of Conduct.












          flyingDream is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1416513%2fpip-pipenv-packages-installation-issue%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

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...