Skip to content

Commit 51e29f4

Browse files
authored
Update README.md
1 parent 94d69ac commit 51e29f4

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -101,29 +101,6 @@ Configuration | Description
101101
Default | Clearance: 0.20mm, Track width: 0.20mm
102102
VCC | Clearance: 0.25mm, Track width: 0.25mm
103103

104-
#### Fix error when running `npm run build`
105-
106-
The `pcbnew` Python library, which is packaged with Kicad,
107-
may fail if it cannot find libTKBO, eg.:
108-
109-
```bash
110-
$ python3
111-
Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0] on linux
112-
Type "help", "copyright", "credits" or "license" for more information.
113-
>>> import pcbnew
114-
Traceback (most recent call last):
115-
File "<stdin>", line 1, in <module>
116-
File "/usr/lib/python3/dist-packages/pcbnew.py", line 12, in <module>
117-
import _pcbnew
118-
ImportError: libTKBO.so.7: cannot open shared object file: No such file or directory
119-
```
120-
121-
Workaround this issue by installing the missing library:
122-
123-
```bash
124-
sudo apt install libocct-modeling-algorithms-7.6t64
125-
```
126-
127104
### Step 5. [OnShape](https://cad.onshape.com)
128105

129106
![OnShape preview](./v3/onshape/onshape.png)

0 commit comments

Comments
 (0)