BibliothecaDAO / realms-contracts

Realms Monorepo for Ethereum contracts and Starknet contracts.
https://bibliothecadao.xyz/
MIT License
86 stars 33 forks source link

requirements.txt throws error in devcontainer #283

Closed loothero closed 1 year ago

loothero commented 1 year ago

Attempting to install requirements via pip3 install -r ./requirements.txt from within vscode dev container currently result in the following error:

Obtaining realms_cli from git+ssh://****@github.com/BibliothecaForAdventurers/realms-contracts.git@6bf43122777e06e979c84818711e51bd472580e7#egg=realms_cli&subdirectory=realms_cli (from -r ./requirements.txt (line 76))
  Cloning ssh://****@github.com/BibliothecaForAdventurers/realms-contracts.git (to revision 6bf43122777e06e979c84818711e51bd472580e7) to ./src/realms-cli
  Running command git clone --filter=blob:none --quiet 'ssh://****@github.com/BibliothecaForAdventurers/realms-contracts.git' /workspaces/realms-contracts/src/realms-cli
  fatal: cannot run C:/Windows/System32/OpenSSH/ssh.exe: No such file or directory

The simple solution is to switch from using ssh to https for pulling down the realms_cli in requirements.txt

loothero commented 1 year ago

@ponderingdemocritus says we don't need to pull in realms_cli from requirements so solution is to simply remove that line