You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am encountering an issue when trying to use the chargily_pay module in my project. Specifically, I receive the following error message:
Here are the details of my setup:
Python Version: 3.12
chargily_pay Version: 0.0.4
Operating System: [Windows 11]
I have verified that the module is installed correctly and have checked the documentation, but I cannot find any reference to the Client class. I also tried importing the module and listing its attributes using dir(chargily_pay), but Client is not present.
Could you please provide guidance on this issue? Is the Client class still part of the library, or has it been removed or renamed in a recent update?
The text was updated successfully, but these errors were encountered:
MehdiBen2
changed the title
**Title:** AttributeError: 'chargily_pay' has no attribute 'Client'
AttributeError: 'chargily_pay' has no attribute 'Client'
Dec 10, 2024
Hello,
I am encountering an issue when trying to use the chargily_pay module in my project. Specifically, I receive the following error message:
Here are the details of my setup:
Python Version: 3.12
chargily_pay Version: 0.0.4
Operating System: [Windows 11]
I have verified that the module is installed correctly and have checked the documentation, but I cannot find any reference to the Client class. I also tried importing the module and listing its attributes using dir(chargily_pay), but Client is not present.
Could you please provide guidance on this issue? Is the Client class still part of the library, or has it been removed or renamed in a recent update?
The text was updated successfully, but these errors were encountered: