Skip to content

Standard Providers are not available

  • Package Version: 0.5.2
  • PostgreSQL: 13.x
  • Installation mode: Dockerfile
  • OS: MacOS M1 (arm64)

Installed via pgxn with all required dependencies (e.g. postgresql-plpython3, py3-pip, faker).

Basic functionality like faker.first_name() works fine, but functions from Standard Providers library are not available (e.g. faker.bothify, faker.numerify). By calling SELECT faker._functions() returns around 1650 functions, but does not lists neither faker.bothify nor faker.numerify.

Or, perhaps it can be called in some other way?

Thanks.