Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 17/09/2014, 13:22:41 UTC
Code:
C:\counterpartyd_build>counterpartyd server

C:\counterpartyd_build>echo off
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 21, in
 
    from lib import config, api, util, exceptions, bitcoin, blocks, blockchain
  File "C:\counterpartyd_build\dist\counterpartyd\lib\api.py", line 17, in le>
    import flask
ImportError: No module named flask

C:\counterpartyd_build>

 Huh

how to install flask?

Best bet is to rerun the build system,  it will install flask as part of the setup (which is a newer dependency...)

Or you could manually install via pip.exe