Search found 211 matches

by Olav
Tue Oct 04, 2022 6:22 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

but I don't understand why pip isn't generating output yet. To be honest I'm not even sure what "pip" is so I can't help you figure it out (I just know that it has something to do with Python). But as I said if I can test something for you I would be glad to do it. I do read the forums a ...
by Olav
Tue Oct 04, 2022 5:10 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

OK, I've made a number of changes that are now merged into the main branch of development, so a git pull should grab them for you. Thank you! I just did the pull & make cycle again and... now I can actually use the Addon Manager to install addons! No freezes or scary messages anymore. Case clos...
by Olav
Tue Oct 04, 2022 12:57 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

Yep - can you now try to add to the end of that sequence: >>> vendor_path = os.path.join(FreeCAD.getUserAppDataDir(), "AdditionalPythonPackages") >>> call_args = [python_exe, "-m", "pip", "--disable-pip-version-check", "list", "-o", "...
by Olav
Tue Oct 04, 2022 12:09 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

if possible could you see if https://github.com/FreeCAD/FreeCAD/pull/7552 fixes the freeze? I'm not sure what I'm looking at on that page. Please treat me like an idiot: what exactly should I do here? I did update the source files and rebuilt the program. Freeze is still there. can you enter the fo...
by Olav
Mon Oct 03, 2022 9:53 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

Great, that's one step forward anyway. But FreeCAD is still freezing after printing that error? Yes it is. Turns out that between the moment that the progress bar stalls on "Download icon for frame" and the moment that the message appears on the terminal, I can still close the Addon Manag...
by Olav
Mon Oct 03, 2022 9:00 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

Can you double-check the line numbers in the new error message? They shouldn't be the same, the code has moved around some. I was wrong where I said that the problem was exactly the same after the update! Here's what appears to be the relevant output from the terminal, it's actually slightly differ...
by Olav
Mon Oct 03, 2022 7:29 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Re: Addon Manager freezes FreeCAD up

Sorry about that -- I wrote the fix but never pushed it! It's uploaded now: 9b4183581f Thank you for your reply. I just updated and recompiled the whole thing and I can see your changes in the manage_python_dependencies.py file. The problem remains exactly the same as before though, I see no change...
by Olav
Mon Oct 03, 2022 2:44 pm
Forum: Install / Compile
Topic: Addon Manager freezes FreeCAD up
Replies: 16
Views: 1855

Addon Manager freezes FreeCAD up

Hello, I am compiling FreeCAD on Xubuntu 22.04 according to these instructions: https://wiki.freecadweb.org/Compile_on_Linux Compilation is successful and as far as I can see, FreeCAD generally works like it should. Except when I try to use the Addon Manager, it never goes further than "Downloa...
by Olav
Wed Jun 01, 2022 5:26 pm
Forum: Help on using FreeCAD
Topic: Addon manager version numbers
Replies: 0
Views: 661

Addon manager version numbers

Hello, Behold the addon manager in FreeCAD (0.20) today: Addon Manager_092.png There are three updates available, which is great (I love updates). However the version numbers displayed for the available updates are the same as for the installed addons. After applying updates and restarting FreeCAD t...
by Olav
Mon May 02, 2022 10:38 am
Forum: Help on using FreeCAD
Topic: [fixed] Render workbench failure
Replies: 13
Views: 2094

Re: Render workbench failure

Kunda1 wrote: Sun May 01, 2022 10:15 pm Please update thread title and prepend [FIXED] to it (edit the first post of the thread)
OK, done ;)