Need help loading a package into an Anaconda3 environment TIA
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
- "pycache" folder with a init.cpython-37.pyc file
- A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and
- 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
add a comment |
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
- "pycache" folder with a init.cpython-37.pyc file
- A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and
- 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
add a comment |
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
- "pycache" folder with a init.cpython-37.pyc file
- A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and
- 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
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
- "pycache" folder with a init.cpython-37.pyc file
- A "fix_yahoo_finance-0.0.22.dist-info" folder with 7 files, and
- 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
installation python anaconda
asked Jan 29 at 22:26
DougDoug
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 30 at 21:39
DougDoug
11
11
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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