Closed sahertariq07 closed 1 year ago
My code and error: orthanc = Orthanc('http://localhost:8042/', username='orthanc', password='orthanc') Traceback (most recent call last): File "", line 1, in TypeError: init() got an unexpected keyword argument 'username'
Solved the issue. The previous version was installed by default due to python3.6. When Installed the latest version pyorthanc 1.11.5 on python=3.8 got connected to the Orthanc.
My code and error: orthanc = Orthanc('http://localhost:8042/', username='orthanc', password='orthanc') Traceback (most recent call last): File "", line 1, in
TypeError: init() got an unexpected keyword argument 'username'