-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Plugin does not show up in menues #94
Comments
for the sake of
|
@tronta If so, click it to see what error it shows |
In action plugins it does not show up, instead I see a yellow triangle with exclamation mark:
|
Seems again the packaging (flatpack / rpm) does not include It seems that you installation uses your systems python, so you could simply try to run |
So probably the flatpak version seems to have an issue. For Fedora, there I have not found the 6.0 version, but only the nightly which is 6.9 or so. Would it make sense to open your ticket again? |
Seems that KiCAD is using python3.9 ( Try this |
I tried |
Thats maybe true, I've never used flatpack befor so I can only guess as well ... |
At least it's presented directly on the download page: https://www.kicad.org/download/ |
You're right I'll file an issue again. |
Thanks a lot!
|
The issue in the KiCAD repo: https://gitlab.com/kicad/code/kicad/-/issues/10162 |
Unfortunately my issue was closed as invalid. Thy do not package python dependencies on linux, they come from the system. Please try open the python shell in KiCad and enter these two lines:
That should print the path of the python interpreter that is used by KiCAD. If so, try this: |
Yes, I have seen this. Thanks a lot for your effort. I will try it later. |
On my system I also have this problem. Using the argument '--filesystem=' faltpak can access directories from the host, but unfortunately /usr/lib is blacklisted here and it didn't work that way :( So I installed the requests module directly insight the flatpak.
After that I could start KiCAD via flatpak and the jlcpcb plugin worked. |
Hi @UlfWetzker, you are my life saver. Thanks a lot. @Bouni, maybe it would make sense to add this to the Readme. What do you think? |
@UlfWetzker @tronta Makes absolutely sense to add that to the Readme! |
Actually it is a very hacky solution :/ It would be a bit better if the KiCAD flatpack would already bring pip3. |
I'll reopen the issue on gitlab and see what they think about it. |
I read your gitlab issue and there it was proposed to install the module during the plugin installation process. For this the plugin should provide a requrements.txt. |
@UlfWetzker I did install dependencies from within the addon using submodule but that does not work on OSX. But if there's no pip installed in flatpack, this does not work anyway. I need to figure out a way to do this properly. |
I've added the 3 commands to the README as this is the easiest fix for now. |
Good day! It is installed well. But when I try to call icon, it yields error message.
|
$ python -V
Python 3.10.8
$ python3 -V
Python 3.10.8
$ python3.10 -V
Python 3.10.8
|
hello all regarding the plugin error I found a workaround inside the pluginfolder in file fabrication.py: |
I (hopefully) installed the plugin correctly on KI-Cad 6.0 by cloning it as described in
I tried flatpak and installed via rpm on Fedora 35/Gnome 41.2 and little earlier versions, but don't see any additional icons/buttons which could be used.
The text was updated successfully, but these errors were encountered: