btc-hack icon indicating copy to clipboard operation
btc-hack copied to clipboard

PLZ HELP Py Install Code Error Pool not defined

Open lamia787 opened this issue 3 years ago • 3 comments

Screenshot_20210501-112759_Termux.jpg

Screenshot_20210501-112741_Termux.jpg

lamia787 avatar May 01 '21 01:05 lamia787

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

i6c avatar Aug 28 '21 19:08 i6c

Nope. I've downloaded requirements and multiprocessing and still getting the pool error

Fastnicky13 avatar Sep 14 '21 03:09 Fastnicky13

Me also same error pool

sathish23M avatar Nov 17 '21 14:11 sathish23M