Skip to content

Common Issues

Black Setup Troubleshooting

  1. If you encounter permission issues:
  2. Windows: Run Command Prompt as administrator
  3. Linux: Use sudo for permissions

  4. Virtual Environment Issues:

  5. Ensure Python is in your system PATH
  6. Try creating the virtual environment manually if the script fails

Development Environment Issues

  1. Port Conflicts:
  2. Check if ports 8000 (backend) or 5000 (frontend) are already in use
  3. Modify the port numbers in your configuration if needed

  4. Database Connectivity:

  5. Ensure the demo database is running if using local development
  6. Check database credentials in your .env file