Boto3 and PyInstaller – Getting DataNotFoundError only in executable

This page summarizes the projects mentioned and recommended in the original post on /r/aws

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • aws-lambda-developer-guide

    Supplementary resources for the AWS Lambda Developer Guide

  • i don't know anything about lambda but if you check one of their examples, their "blank" function imports boto3 https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-python so basically do whatever they are doing

  • pyinstaller-hooks-contrib

    Community maintained hooks for PyInstaller.

  • pyinstaller has the ability to "hook" how it handles different packages that require special handling like boto3. Which sounds like a lot of work, but it should just work, since it comes with a hook for boto3 and friends.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts