We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, attempting to install (Windows 10) has a package version conflict with a dependency of kikit.
Python pip will give:
pcbdraw 1.1.2 requires pcbnewTransition<=0.4,>=0.3, but you have pcbnewtransition 0.4.2 which is incompatible.
And if you install anyway, then kikit will similarly complain:
kikit 1.6.0 requires pcbnewTransition<=0.5,>=0.4.1, but you have pcbnewtransition 0.4.0 which is incompatible.
Probably pcbdraw should be updated for later pcbnewTransition. Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, attempting to install (Windows 10) has a package version conflict with a dependency of kikit.
Python pip will give:
And if you install anyway, then kikit will similarly complain:
Probably pcbdraw should be updated for later pcbnewTransition. Thanks,
The text was updated successfully, but these errors were encountered: