Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started #99

Open
Tonterias opened this issue Dec 19, 2023 · 1 comment
Open

Getting started #99

Tonterias opened this issue Dec 19, 2023 · 1 comment
Assignees

Comments

@Tonterias
Copy link

Is your feature request related to a problem? Please describe.
It would be great if you can make a video explaining how to start using it. May be I am too new to python but is is giving me errors.
Traceback (most recent call last):

File "C:\DATOS\BasuraTemporal\Portatil\Programación\Python\aplhavantage\alphavantage_api_client-main\alphavantage_api_client-main\app.py", line 1, in
from alphavantage_api_client import AlphavantageClient, GlobalQuote, Quote, AccountingReport, CompanyOverview, Ticker
File "C:\DATOS\BasuraTemporal\Portatil\Programación\Python\aplhavantage\alphavantage_api_client-main\alphavantage_api_client-main\alphavantage_api_client_init_.py", line 1, in
from alphavantage_api_client.client import AlphavantageClient
File "C:\DATOS\BasuraTemporal\Portatil\Programación\Python\aplhavantage\alphavantage_api_client-main\alphavantage_api_client-main\alphavantage_api_client\client.py", line 3, in
import requests
ModuleNotFoundError: No module named 'requests'
PS C:\DATOS\BasuraTemporal\Portatil\Programación\Python\aplhavantage\alphavantage_api_client-main\alphavantage_api_client-main>

Describe the solution you'd like
A hello world where you can get a quote and some more.

Describe alternatives you've considered
Reading the wiki was not enough for me

Additional context
Gracias

@xrgarcia xrgarcia self-assigned this Dec 19, 2023
@xrgarcia
Copy link
Owner

Hi Mike! According to the error, the ‘requests’ package is not visible to app.py. This most likely means you have not activated your environment where you installed the client. Can you confirm how you installed? Are you using pip, poetry, or something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants