Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Invalid option in File-Properties pop-up while using Pool library in Python script ran via Stata

    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!
Working...
X