It would be helpful to have a list of dependencies, ideally in something like a requirements.txt file, so they can be automatically installed.
The list I have so far is:
I haven't gotten everything running yet, so I'm not sure if that's the complete list.
Also, I think there's a dependency on ../../Book-on-gm-ID-design-main/starter_kit. I tried grabbing it from: https://github.com/jarvis94/Gm-ID-starter-kit
But then I hit this error:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (18,) + inhomogeneous part.
It would be helpful to have a list of dependencies, ideally in something like a
requirements.txtfile, so they can be automatically installed.The list I have so far is:
I haven't gotten everything running yet, so I'm not sure if that's the complete list.
Also, I think there's a dependency on
../../Book-on-gm-ID-design-main/starter_kit. I tried grabbing it from: https://github.com/jarvis94/Gm-ID-starter-kitBut then I hit this error: