You are viewing a single comment's thread from:
RE: Project S - Day 4: Intermezzo
Hi, I need some help, I've been trying to code an application on top of the steem library that you're using. I use ubuntu on a virtual machine instead. When I try to do something as simple as from steem import Steem, I get an import error saying 'no module named funcy.simple_funcs'
Hi @sqamemal, yes I got that error as well. There's a problem regarding the version of the
funcy
package. What I suggest you do is runpip uninstall funcy
, then dopip install funcy==1.8
as a temporary workaround. I already opened an issue on Github regarding this.I saw the issue you had opened when I was searching the project, I've contacted @furion, hopefully this issue will be resolved. I'll try the workaround for now, thanks a lot!
I just tried funcy1.8 and it works. Thanks a lot!
Great it worked out. Good luck with your project!