ModuleNotFoundError: No module named 'pyxlsb'

Hello,
I have looked at similiar issues logged and tried the solutions offered.

  1. The package is included in my requirements file: pyxlsb == 1.0.9
  2. I have also edited it to show just the package without the version
  3. Toggled my repository from private to public. (this shall be my first private repo deployment)

the error has still persisted.
This is a simple app I wanted to test without any ML

My requirements file is below:

Hi @TimothyBAine :wave:

Could you please share a link to your repo?

Just two quick hints:

  • use lower case file name: requirements.txt
  • remove the blank spaces: pyxlsb==1.0.9
1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.