wdecoster/nanostat

running the ccommand

Closed this issue · 3 comments

I have down loaded nanopack using pip install nanopack. After installation I have copied the NanoStat python fille from .local/bin to /usr/bin. When I run the command NanoStat -h I get the following error.

Traceback (most recent call last):
File "/usr/bin/NanoStat", line 7, in
from nanostat.NanoStat import main
File "/home/dymphan/.local/lib/python2.7/site-packages/nanostat/NanoStat.py", line 34, in
import nanoget
File "/home/dymphan/.local/lib/python2.7/site-packages/nanoget/init.py", line 1, in
from .nanoget import *
File "/home/dymphan/.local/lib/python2.7/site-packages/nanoget/nanoget.py", line 29, in
import concurrent.futures as cfutures
ImportError: No module named concurrent.futures

Please help.

I installed with pip3 now its working. Also need to install cython to install nanopack.

Glad to hear you could solve the issues!

Thank you