So im trying to run some code in replit for my website
I installed anvil-uplink via pip and everything was fine but when i try to import anvil.server i get this error:
Traceback (most recent call last):
File "main.py", line 3, in <module>
import anvil.server
File "/home/runner/Connect-Anvil-with-det/venv/lib/python3.8/site-packages/anvil/server.py", line 7, in <module>
from . import _server, _serialise, _threaded_server
File "/home/runner/Connect-Anvil-with-det/venv/lib/python3.8/site-packages/anvil/_server.py", line 25, in <module>
class LiveObjectProxy(anvil.LiveObject):
AttributeError: module 'anvil' has no attribute 'LiveObject'``` What could the problem be, or any way to bypass this?