cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

JMP Knowledge Base

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