Skip to content

Issues

We will update this page with the most common issues you can face while using Nomisia and how to resolve them until the next release.

Known Issues

Port Conflict

API is running on port 5000 and Gradio interface is running on port 7860.

On Mac you may face port conflict issues while running Nomisia. One of the common reasons for this issue is that AirPlay Receiver is enable on your Mac. To resolve this issue, you can turn off AirPlay Receiver while running Nomisia.

In System Settings, search for AirPlay Receiver and turn it off.

Port Conflict

Model Not Found

If you face any issues while running a model with Nomisia, you can check if the model is available in the list of models that you can run with Nomisia. You can see the list of available models on the Nomisia’s official website model page.

If the model is not available in the list, you can raise a request to add the model to the list of models that you can run with Nomisia.

Memory Issues

If you face any memory issues while running a model with Nomisia, you can check the memory requirements of the model. You can see the memory requirements of the models on the Nomisia’s official website model page.

If the memory requirements of the model are higher than the available memory on your machine, you can try the model on NocodingAI, our AI hub platform.

Python Version

Nomisia python requirements libraries are installed with Python 3.10.15. However homebrew installations might install Python 3.10.16 which will have compatibility issues with Nomisia trying to find the Python 3.10.15.

You can just create a shortcut to the Python 3.10.16 from the Python 3.10.15 using the below command. Adapt the command to your Python version and path.

Terminal window
ln -s /opt/homebrew/Cellar/python@3.10/3.10.16 /opt/homebrew/Cellar/python@3.10/3.10.15\

Update Issues

If you face any issues while updating Nomisia, you can follow the below steps to resolve the issue.

  1. Check for Latest Update: Make sure you are running the latest version of Nomisia. You can check for the latest update using the below command.
Terminal window
nomisia update
  1. Reinstall Nomisia: If you face any issues while updating Nomisia, you can try reinstalling it on your machine.

Troubleshooting

If you face any issues while running Nomisia, you can refer to the below troubleshooting steps to resolve the issue.

  1. Check Logs: You can check the logs of the API and Gradio interface to see the output of the model. You can use the below commands to check the logs.
Terminal window
nomisia log api [model-name]
Terminal window
nomisia log gradio [model-name]
  1. Stop Nomisia: If you face any issues while running Nomisia, you can stop Nomisia on your machine using the below command.
Terminal window
nomisia stop [model-name]
  1. Restart Docker: If you face any issues while running Nomisia, you can try restarting Docker on your machine to resolve the issue.

  2. Reinstall Nomisia: If you face any issues while running Nomisia, you can try reinstalling Nomisia on your machine to resolve the issue.

  3. Raise a Request: If you face any issues while running Nomisia, you can raise a request to resolve the issue. You can raise a request on the Nomisia’s official website support page.