Can't import wxpython to ppython

So i installed wxpython and it works for my python 3 but i can’t get it to work to the ppython and thus i can’t run my panda3D program thats using the wxpython, i tried import wx and or from wx import * but none of these work i just get: ModuleNotFoundError: No module named ‘wx’ now i need to know how to get it working to ppython so i can continue working on my game.

EDIT: fixed by reinstalling panda3D to support python3.