I am using Stata 17.0. I am running a python script via the "python script" command. I have confirmed this code works when running in through the command prompt. When I run this line in my python code, pool = Pool(processes=1) (from multiprocessing import Pool), Stata has a pop up that says "Invalid option in File-Properties". If I press "OK", the pop up comes back.
I haven't seen much on the internet with respect to that pop-up, any advice on how to de-bug would be appreciated!
I haven't seen much on the internet with respect to that pop-up, any advice on how to de-bug would be appreciated!