You are viewing a single comment's thread from:

RE: pip bug when installing steem-python in virtualenv

in #utopian-io7 years ago (edited)

Yes, I have similar problem. There was posted solution, apparently requirements.txt file need to be edited but in my case I don't have that file in site-packages folder. (also using Linux, but I'm using Python native virtual environment)

Or I'm just to inexperienced. I guess I will just have to wait until they fix this.

Sort:  

Thanks. I tried that fix already and in my case it didn't help.
But I got it working with this fix, I think I have read that it is @Furion's steem-python library:

pip install -U git+git://github.com/Netherdrake/steem-python

I think renaming the 0.9.3 egg file to 0.9.3.1 may work, but the inofficial library is a new solution. Thanks.