Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install problems #99

Closed
iplayfast opened this issue Oct 27, 2020 · 4 comments
Closed

Install problems #99

iplayfast opened this issue Oct 27, 2020 · 4 comments

Comments

@iplayfast
Copy link

After installing using freecad, it crashes because OSECore isn't installed.
Using conda to install OSCCore doesn't work, (some conflict in my conda with cuda).
using git clone and moving OSCCore to the 3d workbench directory in Mod allows the menu to show, but selecting the menu seems to die.

I think you need a better install system.

@gbroques
Copy link
Owner

gbroques commented Nov 2, 2020

After installing using freecad, it crashes because OSECore isn't installed.

Yes, ose-workbench-core is a dependency for ose-3d-printer-workbench.

This is stated under Installation in the README.

Follow step 2 for ose-workbench-core by downloading or cloning into the same directory (e.g. ~/.FreeCAD/Mod/ose-workbench-core).


Using conda to install OSCCore doesn't work, (some conflict in my conda with cuda).

Please provide more detail such as an exact error message or stack-trace..


using git clone and moving OSCCore to the 3d workbench directory in Mod allows the menu to show, but selecting the menu seems to die.

Is there any error message displayed in the terminal if you run FreeCAD from the command line, or within FreeCAD's report view?


I think you need a better install system.

Thanks. Open to PRs and suggestions. :)


Additionally, what operating system are you using? I've only really tested in Ubuntu / Linux.


P.S. You can also try FreeCAD 16 and an older v0.1.0 version of the workbench by following instructions here:
https://github.com/gbroques/ose-3d-printer-workbench#freecad-16---18

v0.1.0 doesn't have any dependency on ose-workbench-core so should give you less installation trouble.

@gbroques
Copy link
Owner

gbroques commented Nov 2, 2020

using git clone and moving OSCCore to the 3d workbench directory in Mod ...

You need to move ose-workbench-core to the Mod/ directory.

Do not place it inside the Mod/ose-3d-printer-workbench/ directory.

This might be your issue. Please let me know if this resolves it.

@iplayfast
Copy link
Author

That was part of the issue. The other part was a bad cuda install. (thanks NVIDIA). All has been resolved so now for the fun! Thanks for the help.

@gbroques
Copy link
Owner

That was part of the issue. The other part was a bad cuda install. (thanks NVIDIA). All has been resolved so now for the fun! Thanks for the help.

Happy to help! Thanks for the interest in the project.

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants