-
Notifications
You must be signed in to change notification settings - Fork 19
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
TypeError: get_layers() takes 3 positional arguments but 4 were given #20
Comments
What is the version of PcbDraw you have installed? The most recent version of Please, for future reference, attach the stack traces as text, not a screenshot. It allows me to copy-paste from them. Thanks! |
Hii PcbDraw 0.8.0 Error: Traceback (most recent call last): Error after removing one argument from pcbdraw.py file. Traceback (most recent call last): |
As I said, this (v0.8) is not the latest (upstream) version from GitHub: see https://github.com/yaqwsx/PcbDraw/blob/master/doc/installation.md |
hii after Installing latest pcbdraw vesrion when I was checking the version it gave me this error: ImportError: cannot import name 'KICAD_VERSION' from 'pcbnewTransition' (/home/.local/lib/python3.8/site-packages/pcbnewTransition/init.py) |
You also have to bump pcbnewTransition to v0.2. (the stuff between proper releases can be messy). |
HI What exactly I have to do ? |
I am getting this error and after correcting it in create_template.py file i am getting new error that is TypeError: File or filename expected, got 'LazyFile'


.
The text was updated successfully, but these errors were encountered: