Problem with VRPN on MacOS

I am trying to test out the vrpn capabilities of panda3d, but I’m getting an error when just try this:

from panda3d.vrpn import * and I get the error:
ModuleNotFoundError: No module named 'panda3d.vrpn'

I assume there is some installation error, but I’m not sure how to fix it. I’d really appreciate any help!

I am running MacOS 10.13.6, Python 3.7, and I installed panda3d for python3 with this command:

pip3 install --pre --extra-index-url https://archive.panda3d.org/ panda3d
It says I currently have this verison (1.10.0.dev1829).

Ok, I chatted with rdb in the IRC channel and he let me know that vrpn should be supported but it is just missing from the MacOS builds. I added an issue to the github issues list (here).