Common Issues
Black Setup Troubleshooting
- If you encounter permission issues:
- Windows: Run Command Prompt as administrator
-
Linux: Use
sudo
for permissions -
Virtual Environment Issues:
- Ensure Python is in your system PATH
- Try creating the virtual environment manually if the script fails
Development Environment Issues
- Port Conflicts:
- Check if ports 8000 (backend) or 5000 (frontend) are already in use
-
Modify the port numbers in your configuration if needed
-
Database Connectivity:
- Ensure the demo database is running if using local development
- Check database credentials in your
.env
file