-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__init__() got multiple values for argument 'root' #72
Comments
Duplicate of #64 |
Please pull from git and retry. I merged pull request #65, which fixes this. We'll make an updated package available shortly. |
Hello, |
Any updates on this? |
change the position of root and logger can fix this error
|
Use |
This is an issue again with 1.2.0 - revert to 1.1.1 to fix. |
After downloading this particular version, i faced the following issue.
|
Could this be reopened since the latest pyan3, which is 1.2.0 now as I see it in my 3.12 environment, does not work but this older one (pyan3=1.1.1) does work? Edit: sorry, nevermind, I see there is this open issue: #79 |
Issue
Calling pyan3 from command line exits with a TypeError
To reproduce
Install using pip and git master:
pip3 install git+https://github.com/Technologicat/pyan.git
Run pyan3 with parameters:
pyan3 application.py --dot > test.dot
Environment
Python 3.7.10 VIrtualEnv on Ubuntu 21.04
The text was updated successfully, but these errors were encountered: