cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Weekdays and Holidays report fails to generate in JMP Clinical 18.2.1 on Mac OS

When launching JMP Clinical 18.2.1 on Mac OS, the JMP log shows this message:

"WARNING: The Holidays data table could not be create/updated."
exception_msg[1] = "Traceback (most recent call last):
File \!"<string>\!", line 7, in <module>
ModuleNotFoundError: No module named 'holidays'
"(1, 2);
"No RoleAssignments were made in the system.clinical.preferences file."
Expr: hasStudyManagerRole = 1;

Running the Weekdays and Holidays report results in the error shown below. The report fails to generate.

96e3bfce-623a-41cd-b01c-4d74c4fc6697.png

 

There is a workaround to run this report in JMP Clinical 18.2.1 on Mac. In the JMP Python Script Editor, run the below script to properly install the libraries.

import jmputils
jmputils.jpip(["install", "--no-index", "--find-links=/Library/Application Support/JMP/JMPClinical/18/Clinical/JSLFiles/PythonLibraries/holidays"], ["holidays"])

The Weekdays and Holidays report can now be generated.

Details
Products JMP Clinical

Recommended Articles