Issue
I just installed alpha_vantage using pip and tried it on IDLE but I'm more used to working on Spyder so when I tried importing it there, I got the No module named 'alpha_vantage'.
I thought the problem was that i used pip instead of conda but when I tried 'conda install alpha_vantage' I got a PackagesNotFoundError: The following packages are not available from current channels: alpha_vantage
Solution
I assume that that when you say that you installed it with pip, you mean from your systems default command line. So, type the following command. (for windows cmd)
where python
Do the same in spyder. The path output should match if not there is your problem. (for unix)
which python
Answered By - BeeFriedman
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.