RE: STEEM Miner Setup in Ubuntu 15.10 / 16.04

You are viewing a single comment's thread from:

STEEM Miner Setup in Ubuntu 15.10 / 16.04

in miner-category •  7 years ago 

I had to run:
$ pip3 install jinja2
before running :
$ cmake -DENABLE_CONTENT_PATCHING=OFF .

Thanks for a good and informative post, this really helped me!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I ended up doing sudo apt-get install python3-jinja2 to fix cmake errors.

Thanks. I had to do it too.