Cyfrin / chainlink_feeds

This gets the data from the Chainlink Price feeds in an easy way. Can use either an RPC_URL or the Chainlink Subgraph.
https://docs.chain.link/docs/using-chainlink-reference-contracts
MIT License
13 stars 6 forks source link

pip install . creates only the dist-info not the package #2

Closed mattory029 closed 3 years ago

mattory029 commented 3 years ago

The package name is listed in pip freeze but import results in an error No module named . Also the site-packages folder does only contain a dist-info folder.

Try many computers, get the same result

https://www.tfzx.net/article/1416661.html

PatrickAlphaC commented 3 years ago

Wow, thanks so much for this! I was banging my head trying to figure out what was going on.

Could you try it now? I also updated the readme

mattory029 commented 3 years ago

Running smoothly! Thanks!

PatrickAlphaC commented 3 years ago

Great, thank you!