-
Notifications
You must be signed in to change notification settings - Fork 16
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
Issues tryin to run: pip install git+ssh://[email protected]/Benzinga/benzinga-python-client.git #16
Comments
Here's what worked for me.
Step 4: Now, slightly modify the import in the example. Use benzinga instead of benzingaorg
|
Hello Benzinga.
I followed the instructions at https://pypi.org/project/benzinga/. Here are my results:
Any help will be appreciated. |
Hi @CBrauer it looks like you will need to get an api key. Have you signed up on the form at https://www.benzinga.com/apis/? |
@CBrauer Friendly tip: an API key is like a username and password, you should never share it publicly! I would strongly recommend deactivating that key and creating a new one for yourself :) |
if you are on wiondows environemnt try running pip install git+https://[email protected]/Benzinga/benzinga-python-client.git. Notice ssh verses https. this worked for me |
Can somebody help me understand this:
Collecting git+ssh://@github.com/Benzinga/benzinga-python-client.git
Cloning ssh://@github.com/Benzinga/benzinga-python-client.git to /tmp/pip-req-build-bvbdj9ei
Running command git clone --filter=blob:none --quiet 'ssh://****@github.com/Benzinga/benzinga-python-client.git' /tmp/pip-req-build-bvbdj9ei
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet 'ssh://****@github.com/Benzinga/benzinga-python-client.git' /tmp/pip-req-build-bvbdj9ei did not run successfully.
│ exit code: 128
╰─> See above for output.
The text was updated successfully, but these errors were encountered: