rxmxn / pycoin

0 stars 0 forks source link

Requirements alfa_vantage issue requirments #22

Open cyberguilletell opened 4 years ago

cyberguilletell commented 4 years ago
pip install -r requirements.txt 
Requirement already satisfied: aiohttp==3.6.2 in /home/cyberguille/VirtualEnvs/pycoin_env2/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (3.6.2)
Obtaining alpha_vantage from git+git@github.com:rxmxn/alpha_vantage.git@64e7dae37f0d1dd2080a697789e8efe6e4a237d6#egg=alpha_vantage (from -r requirements.txt (line 2))
  DEPRECATION: This form of VCS requirement is being deprecated: git+git@github.com:rxmxn/alpha_vantage.git@64e7dae37f0d1dd2080a697789e8efe6e4a237d6#egg=alpha_vantage. pip 21.0 will remove support for this functionality. A possible replacement is git+https://git@example.com/..., git+ssh://git@example.com/..., or the insecure git+git://git@example.com/.... You can find discussion regarding this at https://github.com/pypa/pip/issues/7554.
  Cloning git@github.com:rxmxn/alpha_vantage.git (to revision 64e7dae37f0d1dd2080a697789e8efe6e4a237d6) to /home/cyberguille/VirtualEnvs/pycoin_env2/src/alpha-vantage
The authenticity of host 'github.com (140.82.112.4)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
ERROR: Command errored out with exit status 128: git clone -q git@github.com:rxmxn/alpha_vantage.git /home/cyberguille/VirtualEnvs/pycoin_env2/src/alpha-vantage Check the logs for full command output.
rxmxn commented 4 years ago

This issue is showing up because it's failing when cloning the github.com:rxmxn/alpha_vantage.git repository, which is the fork that I created from the alphavantage repo. We will need to use this fork until there's a new version of alphavantage that includes the changes I pushed.

You can try to clone it manually and see if you see the same issues, and if you do, it's probably because of permissions that need to be set. Not sure if you are included in that fork. Let me check.

rxmxn commented 4 years ago

The repo is public.

PUBLIC REPOSITORY This repository is public and visible to anyone.

I added you as a collaborator anyways ¯_(ツ)_/¯

"cyberguilletell has been added as a collaborator on the repository."