DarkCat09 / python-aternos

[UNMAINTAINED] Unofficial Aternos API written in Python
https://pypi.org/project/python-aternos/
Apache License 2.0
92 stars 13 forks source link

partially initialized module 'inspect' has no attribute 'signature' #70

Closed MedCodeOS closed 1 year ago

MedCodeOS commented 1 year ago

Hello. I'm trying to log in my account using python-aternos libary, and i can't solve an error This is my code:

from python_aternos import Client

aternos = Client.from_credentials('(My_Username', 'My_Password')

And this is the error:

Capture d’écran 2023-03-10 220022

Can someone help me!

DarkCat09 commented 1 year ago

@MedCodeMC, just rename your file to something else, dis is a special builtin module.
lxml library requires dis, and tries to import it, but instead it imports your file.