windows pip cant install concurrent due to ‘could not find a version that satisfies the requirement’ but pycharm can
I am writing a small script to do multithreading examples, but I can’t get it to work outside the pycharm environment. When I run it in pycharm (community edition) it is able to install the concurrent.futures and execute the code perfectly. But since I want to see the threads in the resource manager I need to run it outside the pycharm.