You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If i press the Stretch-to-SVG button i get the following error.
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
The text was updated successfully, but these errors were encountered: