---
title: No data appears (Python)
source: https://docs.newrelic.com/docs/apm/agents/python-agent/troubleshooting/no-data-appears-python
---

## Problem

After installing the Python agent, generating some traffic, and waiting five minutes, your data does not appear in the New Relic UI.

## Solution

Here are some tips for troubleshooting missing data, placed in approximate order of the likelihood of them being the problem:

1.  Ensure that you installed the agent on the same environment as your application. If you're using a virtual environment, install it there.
2.  Make sure your agent is up to date. If you downloaded it from the New Relic site rather than use **pip** or **easy_install**, compare your version number to the [current release](https://download.newrelic.com/python_agent/release/).
3.  Use [New Relic Diagnostics](https://docs.newrelic.com/docs/agents/manage-apm-agents/troubleshooting/new-relic-diagnostics) to try to automatically identify the issue.
4.  Make sure data can get to the New Relic UI by running the [Python agent test](https://docs.newrelic.com/docs/python/testing-the-python-agent).
5.  Ensure you meet the [compatibility and requirements](https://docs.newrelic.com/docs/agents/python-agent/getting-started/compatibility-requirements-python-agent). Check for any special requirements for the [web framework or web server](https://docs.newrelic.com/docs/agents/python-agent/hosting-mechanisms) you're using.
6.  Review the configuration file that was generated with the `newrelic-admin generate-config` command to make sure it contains the correct license key.
7.  [Generate detailed logs for troubleshooting](https://docs.newrelic.com/docs/agents/python-agent/troubleshooting/generating-logs-troubleshooting). Then check the log files for error messages. If the log file is missing, ensure that you have permissions to write to that location.

Also, if no data appears and you see warning messages about activating or reactivating your app, follow the [activation troubleshooting procedures](https://docs.newrelic.com/docs/agents/python-agent/troubleshooting/activate-application-warning-python).
