Skip to content

Issue template EN

Template for Reporting an Issue with microdata-tools

Before you report an issue:

  1. Check which version of microdata-tools you are using:
  2. On Mac:
    pip show microdata-tools | grep Version
    
  3. On Windows:

    pip show microdata-tools | findstr Version
    

  4. Ensure you are running the latest version of microdata-tools. You can check the latest available version on the PyPI microdata-tools page.

  5. To upgrade to the latest version, use the following command:

    pip install --upgrade microdata-tools
    

If you have followed the steps above and still experience issues, please fill out the following information form and submit it as part of your problem report:

Information Form

  • Version of microdata-tools being used: (Please provide the version you have installed)

  • Description of the problem: (Provide a clear and detailed description of the problem. Include any error messages, warnings, or unusual behaviors that you observe. But be careful not to include any sensitive data.)

Send us the form over email, or in any other channel where you communicate with the team.