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
So there's something unusual about the copy of Python that's executing inside the FreeCAD Snap -- it doesn't operate the same way as the normal system Python. The results of the earlier testing make it seem like it has an addition hidden "--user" parameter, or something along those lines.
Background
Trying to install the new BlenderBIM workbench I ran in to some problems that @chennes has been helping me troubleshoot. For some reason the snap doesn't like installing the ifcopenshell 3rd party dependency. We opened a ticket for it at FreeCAD/FreeCAD#12967 but most of the troubleshooting happened in our DMs
Gist
Background
Trying to install the new BlenderBIM workbench I ran in to some problems that @chennes has been helping me troubleshoot. For some reason the snap doesn't like installing the
ifcopenshell
3rd party dependency. We opened a ticket for it at FreeCAD/FreeCAD#12967 but most of the troubleshooting happened in our DMsAt first FreeCAD would just hang: https://forum.freecadweb.org/viewtopic.php?p=635481#p635481
Chennes provided a fix to the addon manager: FreeCAD/FreeCAD#7634
Results discussion thread
Then we tried on the FC console: discussion thread
We then moved to DMs eventually narrowing it down to the code block below.
Important note: I was able to install via
pip
in my OS's CLIAbout info
Reproduce
Result: This will error out but...
Result:
ERROR: Can not combine '--user' and '--target'
Notice how
--user
wasn't invoked at all in theargs
arrayThe text was updated successfully, but these errors were encountered: