No Module named 'pandas'
I’m running a JSL script in JMP 18 that uses Python. On macOS everything works fine, but on Windows I get this error:
Traceback (most recent call last):
File "<string>", line 7, in <module>
ModuleNotFoundError: No module named 'pandas'
In the embedded log is see following:
Creating: C:\\Users\\Admin\\AppData\\Roaming\\JMP\\JMP\\Python\\Python311\\site-packages
This tells me that JMP 18 doesn't ...