1. Label exception: Unable to set field numa of labels, no such field available

Label exception: Unable to set field numa of labels, no such field available

Home Forums FABRIC General Questions and Discussion Label exception: Unable to set field numa of labels, no such field available

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4803
    Elie Kfoury
    Participant

      Hello everyone,

      I am getting the following when creating a slice:

      Label exception: Unable to set field numa of labels, no such field available [‘bdf’, ‘mac’, ‘ipv4’, ‘ipv4_range’, ‘ipv4_subnet’, ‘ipv6’, ‘ipv6_range’, ‘ipv6_subnet’, ‘asn’, ‘vlan’, ‘vlan_range’, ‘inner_vlan’, ‘instance’, ‘instance_parent’, ‘local_name’, ‘local_type’, ‘device_name’, ‘bgp_key’, ‘account_id’, ‘region’]

      And the table that shows the SSH command is showing:

      ssh -i {{ _self_.private_ssh_key_file }} -F /home/fabric/work/fabric_config/ssh_config {{ _self_.username }}@{{ _self_.management_ip }}

      The notebook still works OK, but I want to remove this error. I tried to generate new keys and reconfigure the environment, I also tried changing the sites, but the error is still the same. Any ideas?

      #4804
      Komal Thareja
      Participant

        Hi Elie,

        Could you please share the output of the following commands from your container?

        pip list|grep fabric

        cat ~/work/fabric_config/requirements.txt

        If you have any entries for fabrictestbed-extensions in ~/work/fabric_config/requirements.txt Please remove them and restart your container via File -> Hub Control Panel -> Stop My Server followed by Start My Server.

        Thanks,

        Komal

        #4805
        Elie Kfoury
        Participant

          Hi Komal,

          Thanks for your help. Following your steps solved the issue.

          Regards,

          Elie.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Label exception: Unable to set field numa of labels, no such field available’ is closed to new replies.