Mehdi
Mehdi
Code : ``` import pandas as pd import pandas_datareader.data as web FB = web.YahooOptions('FB') for exp in FB.expiry_dates: print(exp.isoformat()) ``` I installed pandas-datareader. Error : > pandas_datareader._utils.RemoteDataError: Unable to read...
- [ ] I've [opened a support ticket](https://trufflesuite.zendesk.com/hc/en-us/requests/new) before filing this issue. --------------------------- ## Issue Node version. ## Steps to Reproduce Run : ` truffle develop` ## Expected Behavior Expected...
It would be more easy for installing brownie to add requirements to have before installing it.
### Environment information I installed brownie with : `pip install eth-brownie` * Python 3.10.6 * OS: 12.0.1 ### What was wrong? * I ran `brownie init ` / `brownie` /...
I installed brownie with all possible ways : using repository | npx install | pip install Always having this error :
While running `npm run test ` , I have this error : Environment : Ubuntu node version : v18.8.0
append method is deprecated
## Description ```bash /bin/sh: 1: forge: not found ``` ## Motivation Adding the check still fails. ``` steps: - uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN_CD_CONTRACTS }} - name : Install...
## Description The readme is missing an important part which is creating a virtualenv before installing dependencies. ## Summary of changes - Update readme to have in step 4 this...