Re not working for anvil app server

What I’m trying to do:
Use re in client code using v 1.10.1 of the open source anvil app server
Code Sample:

import re

This throws a “ModuleNotFoundError: No module named ‘re’” at the import line.

According to this:

We should be able to use re, but maybe not in the anvil-app-server?