Replies: 1 comment 2 replies
-
Hi @polarlily, This issue should be fixed in the latest pre-release v1.4.1a2. Please follow the instructions to make a new conda environment with the updated conda package and let us know if you have any issues. Thanks! Elizabeth |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, this is my first time posting a github question in general. I'm running SLEAP for a mice behavioral project for my lab. However, even as I ran training and the program told me it was successful, I found that the inference only worked during the training once. Afterwards, I found running inference did not work and yielded this error.
Traceback (most recent call last): File "c:\windows\system32\sleap\sleap\gui\learning\dialog.py", line 731, in run items_for_inference=items_for_inference, File "c:\windows\system32\sleap\sleap\gui\learning\runners.py", line 559, in run_learning_pipeline save_viz=save_viz, File "c:\windows\system32\sleap\sleap\gui\learning\runners.py", line 618, in run_gui_training inference_params["controller_port"] = win.zmq_ports["controller_port"] TypeError: 'NoneType' object is not subscriptable
Is it that a file wasn't correctly installed? I'm not sure how to fix this error and I didn't see any past discussions with this error.
Beta Was this translation helpful? Give feedback.
All reactions