Need help loading a package into an Anaconda3 environment TIA












0















Where I'm at:



I used "pip install fix-yahoo-finance" in the Anaconda prompt to load the package from https://pypi.org/project/fix-yahoo-finance/ into the general site-packages folder, then



Then I moved the "fix-yahoo-finance" folder into the "C:Users\Anaconda3envs\Libsite-packages" folder. This "fix-yahoo-finance" folder contains




  1. "pycache" folder with a init.cpython-37.pyc file

  2. A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and

  3. A "init.py" file.


I have tried everything I can think of (6 hours of work) to get this package to show up in the installed list of packages in Navigator.



HOW DO I GET FROM THERE INTO THE LIST OF INSTALLED PACKAGES THAT NAVIGATOR SEES?



My general Python setup is Anaconda3 and PyCharm. I set up a PyCharm environment using my Anaconda3 environment. My script and setup was working fine until I had a major equipment failure followed by a catastrophic Windows 10 failure. I'm an "old" (76, 15 years with Python scripts) "newbie".



P.S. My DIY hardware setup is brand new (now) and Windows has been clean installed (5 times!!!) Sorry for the rant!










share|improve this question



























    0















    Where I'm at:



    I used "pip install fix-yahoo-finance" in the Anaconda prompt to load the package from https://pypi.org/project/fix-yahoo-finance/ into the general site-packages folder, then



    Then I moved the "fix-yahoo-finance" folder into the "C:Users\Anaconda3envs\Libsite-packages" folder. This "fix-yahoo-finance" folder contains




    1. "pycache" folder with a init.cpython-37.pyc file

    2. A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and

    3. A "init.py" file.


    I have tried everything I can think of (6 hours of work) to get this package to show up in the installed list of packages in Navigator.



    HOW DO I GET FROM THERE INTO THE LIST OF INSTALLED PACKAGES THAT NAVIGATOR SEES?



    My general Python setup is Anaconda3 and PyCharm. I set up a PyCharm environment using my Anaconda3 environment. My script and setup was working fine until I had a major equipment failure followed by a catastrophic Windows 10 failure. I'm an "old" (76, 15 years with Python scripts) "newbie".



    P.S. My DIY hardware setup is brand new (now) and Windows has been clean installed (5 times!!!) Sorry for the rant!










    share|improve this question

























      0












      0








      0








      Where I'm at:



      I used "pip install fix-yahoo-finance" in the Anaconda prompt to load the package from https://pypi.org/project/fix-yahoo-finance/ into the general site-packages folder, then



      Then I moved the "fix-yahoo-finance" folder into the "C:Users\Anaconda3envs\Libsite-packages" folder. This "fix-yahoo-finance" folder contains




      1. "pycache" folder with a init.cpython-37.pyc file

      2. A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and

      3. A "init.py" file.


      I have tried everything I can think of (6 hours of work) to get this package to show up in the installed list of packages in Navigator.



      HOW DO I GET FROM THERE INTO THE LIST OF INSTALLED PACKAGES THAT NAVIGATOR SEES?



      My general Python setup is Anaconda3 and PyCharm. I set up a PyCharm environment using my Anaconda3 environment. My script and setup was working fine until I had a major equipment failure followed by a catastrophic Windows 10 failure. I'm an "old" (76, 15 years with Python scripts) "newbie".



      P.S. My DIY hardware setup is brand new (now) and Windows has been clean installed (5 times!!!) Sorry for the rant!










      share|improve this question














      Where I'm at:



      I used "pip install fix-yahoo-finance" in the Anaconda prompt to load the package from https://pypi.org/project/fix-yahoo-finance/ into the general site-packages folder, then



      Then I moved the "fix-yahoo-finance" folder into the "C:Users\Anaconda3envs\Libsite-packages" folder. This "fix-yahoo-finance" folder contains




      1. "pycache" folder with a init.cpython-37.pyc file

      2. A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and

      3. A "init.py" file.


      I have tried everything I can think of (6 hours of work) to get this package to show up in the installed list of packages in Navigator.



      HOW DO I GET FROM THERE INTO THE LIST OF INSTALLED PACKAGES THAT NAVIGATOR SEES?



      My general Python setup is Anaconda3 and PyCharm. I set up a PyCharm environment using my Anaconda3 environment. My script and setup was working fine until I had a major equipment failure followed by a catastrophic Windows 10 failure. I'm an "old" (76, 15 years with Python scripts) "newbie".



      P.S. My DIY hardware setup is brand new (now) and Windows has been clean installed (5 times!!!) Sorry for the rant!







      installation python anaconda






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 29 at 22:26









      DougDoug

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Solved my problem:



          Actually the main reason my script no longer would run was due to a PATH setting problem in PyCharm that is being addressed in their next update. If others have this problem, there is a pre-release version of PyCharm available "https://www.jetbrains.com/pycharm/nextversion/" that fixes the problem.



          In my case, it showed up as a "Missing required dependencies ['numpy']". Once my script hit this problem, it cascaded into a bunch of other secondary problems. Ergo my original question.






          share|improve this answer























            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399851%2fneed-help-loading-a-package-into-an-anaconda3-environment-tia%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









            0














            Solved my problem:



            Actually the main reason my script no longer would run was due to a PATH setting problem in PyCharm that is being addressed in their next update. If others have this problem, there is a pre-release version of PyCharm available "https://www.jetbrains.com/pycharm/nextversion/" that fixes the problem.



            In my case, it showed up as a "Missing required dependencies ['numpy']". Once my script hit this problem, it cascaded into a bunch of other secondary problems. Ergo my original question.






            share|improve this answer




























              0














              Solved my problem:



              Actually the main reason my script no longer would run was due to a PATH setting problem in PyCharm that is being addressed in their next update. If others have this problem, there is a pre-release version of PyCharm available "https://www.jetbrains.com/pycharm/nextversion/" that fixes the problem.



              In my case, it showed up as a "Missing required dependencies ['numpy']". Once my script hit this problem, it cascaded into a bunch of other secondary problems. Ergo my original question.






              share|improve this answer


























                0












                0








                0







                Solved my problem:



                Actually the main reason my script no longer would run was due to a PATH setting problem in PyCharm that is being addressed in their next update. If others have this problem, there is a pre-release version of PyCharm available "https://www.jetbrains.com/pycharm/nextversion/" that fixes the problem.



                In my case, it showed up as a "Missing required dependencies ['numpy']". Once my script hit this problem, it cascaded into a bunch of other secondary problems. Ergo my original question.






                share|improve this answer













                Solved my problem:



                Actually the main reason my script no longer would run was due to a PATH setting problem in PyCharm that is being addressed in their next update. If others have this problem, there is a pre-release version of PyCharm available "https://www.jetbrains.com/pycharm/nextversion/" that fixes the problem.



                In my case, it showed up as a "Missing required dependencies ['numpy']". Once my script hit this problem, it cascaded into a bunch of other secondary problems. Ergo my original question.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 30 at 21:39









                DougDoug

                11




                11






























                    draft saved

                    draft discarded




















































                    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%2f1399851%2fneed-help-loading-a-package-into-an-anaconda3-environment-tia%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

                    Probability when a professor distributes a quiz and homework assignment to a class of n students.

                    Aardman Animations

                    Are they similar matrix