Raspberry Pi Pico (compatibles)

Your part is broken enough to be unusable. A number of connectors in breadboard are undefined (thus routing to the middle of the part) there are only 3 connectors on the bottom (circled in red here) but 4 in the other two views.

schematic is in a similar state

as is pcb

Runnng the part through FritzingCheckPart.py flags the following errors (although not as many as I would have expected from the output)

Warning 14: File
‘part.NoNamePurple__c535eee3633b0fea4a672399ff742cf2_17.fzp.bak’
At line 705

terminalId missing in schematicView (likely an error)

Error 54: File
‘part.NoNamePurple__c535eee3633b0fea4a672399ff742cf2_17.fzp.bak’
At line 721

Bus nodeMember connector32 already in bus internal1

Error 18: File
‘part.NoNamePurple__c535eee3633b0fea4a672399ff742cf2_17.fzp.bak’

Connector connector43pin is in the fzp file but not the svg file. (typo?)

svg svg.breadboard.NoNamePurple__c535eee3633b0fea4a672399ff742cf2_17_breadboard.svg.bak

This tutorial may assist you in fixing the problems (and includes a source of FritzingCheckPart.py)

Peter