Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c2826e1

Browse files
Merge pull request #858 from cromewar/cytools
adding cytools error solution
2 parents c6d8229 + d330163 commit c2826e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎chronological-issues-from-video.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Or whatever version your `@chainlink` and `@openzeppelin` contracts need. For ex
3838
## Integration Testing Issues
3939
- In some integration tests, we do something like `time.sleep(60)`. Sometimes, you'll have to do much longer, we've had reports go up to `time.sleep(300)`. So, if you want to try that, go get a coffee break while your integration test runs!
4040

41+
## Python related issues
42+
- In some environments Web3.py may not work due to the **Cytools** error, which means your computer lacks some `C` language libraries in order to execute.
43+
44+
[Here](https://medium.com/@cromewar/the-mighty-cytools-error-at-web3-smart-contract-development-with-brownie-63335d50f230) you can find a detailed guide about how to solve the problem.
45+
46+
4147
## Lesson 3:
4248
- [2:37:05](https://youtu.be/M576WGiDBdQ?t=9425) Kovan vs Rinkeby
4349
- Our `FundMe.sol` needs to be deployed to the *rinkeby* chain to work, but if you go to try the price feeds from the Chainlink docs using the remix link, that one has the *kovan* price feeds in it, so needs to be deployed to kovan.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /