btc-hack
btc-hack copied to clipboard
PLZ HELP Py Install Code Error Pool not defined
We can see the problem in the traceback . pool = ThreadPool(processes = multiprocessing.cpu_count()*2)
and line 120, in <module> pool.close() NameError: name 'pool is not defined'
Essentially you didn't install the requirements. In the provided requirements.txt folder, the project creator forgot to include multiprocessing. So type pip install multiprocessing
and you should be good to go.
Hope this helps
Nope. I've downloaded requirements and multiprocessing and still getting the pool error
Me also same error pool