Unable to load multiple module in python No error

Hi Team,
I’m comfused in the same work space im unable to load the model " classification-dc3yu/3" where in same workspace i have 2 more model which are pan-fz88k/2 and aadhar-brv84/1
im able to load those file and this issue only in my windows 22 standard
but still im able to load the same project on my local machine which is on windows 11
request your help below mentioned the code snippet for the same
rf = Roboflow(api_key=“78jemcl9QfkUIKapDbT6”)
project = rf.workspace().project(“aadhar-brv84”)
model = project.version(1).model
projectPAN=rf.workspace().project(“pan-fz88k”)
modelPAN=projectPAN.version(2).model
projectclassification=rf.workspace().project(“classification-dc3yu”)
modelclassification=projectclassification.version(3).model

  • Project Type: Multi-Lable classification
  • Operating System & Browser: win22 server
  • Project Universe Link or Workspace/Project ID:classification-dc3yu/3

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.