Skip to content
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

"Exception on python action plugin code" if Stretch-to-SVG #40

Open
BenRoe opened this issue Mar 24, 2025 · 0 comments
Open

"Exception on python action plugin code" if Stretch-to-SVG #40

BenRoe opened this issue Mar 24, 2025 · 0 comments

Comments

@BenRoe
Copy link

BenRoe commented Mar 24, 2025

  • Kickt 9.0.0
  • Mac OSX 15.3.1

If i press the Stretch-to-SVG button i get the following error.

Traceback (most recent call last):

File "/Users/ben/Documents/KiCad/9.0/scripting/plugins/Stretch/kiplug/kicad.py", line 81, in Run
raise ModuleNotFoundError(bs4_install) from None

ModuleNotFoundError: 

********************************************************
**You must install the Python BeautifulSoup package!**
********************************************************

Type the following (or something similar) on your system terminal to install it:

/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python -m pip install beautifulsoup4

I tried the suggest command but it does not work.

Thans to this comment i was able to fix it.

Solution:

cd /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/Current/bin
./pip3 install beautifulsoup4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant