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
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
I am trying to make myself a custom build of ultimaker cura.
Mainly we want to have a special viewport using eye trackers.
It's quite a tricky and long process doing everything with cmake (not that familiar with it).
Also working on windows makes things a bit more difficult when looking for solutions online.
However, so far ive been able to progress slowly though the errors getting further each day.
today i've managed to build/install the dependencies pack that is available on the git.
Next step would be to run this cura build with cmake and compile/build it.
The problem i run into now is with SciPy.
It seems to be correctly installed on my machine (running "python -c "import scipy; print(scipy.version)"" returns 1.4.1)
now when i try to run the commands on the cura-build github page for windows i get this error:
CMake Error at C:/Program Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find SciPy: Found unsuitable version "", but required is at least
"0.17" (found )
running "Python 3.5.2 :: Anaconda 4.2.0 (64-bit)"
Ive tried different versions of Cmake
it should be using VS2015 compilers (this was needed for the dependencies pack, ran the 'vcvarsall.bat' inside the VS 14.0 folder to do this)
Any tips are welcome.
Any other places i could go with these problems?
Regards,
Tom
The text was updated successfully, but these errors were encountered:
If you want a special viewport with eye-trackers, why not just do this with a plugin? I obviously don't know what it is that you exactly want, but I assume that having an actual installer isn't a requirement (since it sounds more like a research/prototype tool kind of thing?)
With a plugin, you could just use the standard version of Cura that just adds the eyetracking that you need/want.
In order to install Scipy what I did is to run python3 -m pip install scipy. However since you're using Anaconda I suppose that would be a little different.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey Creators of Cura,
I am trying to make myself a custom build of ultimaker cura.
Mainly we want to have a special viewport using eye trackers.
It's quite a tricky and long process doing everything with cmake (not that familiar with it).
Also working on windows makes things a bit more difficult when looking for solutions online.
However, so far ive been able to progress slowly though the errors getting further each day.
today i've managed to build/install the dependencies pack that is available on the git.
Next step would be to run this cura build with cmake and compile/build it.
The problem i run into now is with SciPy.
It seems to be correctly installed on my machine (running "python -c "import scipy; print(scipy.version)"" returns 1.4.1)
now when i try to run the commands on the cura-build github page for windows i get this error:
running "Python 3.5.2 :: Anaconda 4.2.0 (64-bit)"
Ive tried different versions of Cmake
it should be using VS2015 compilers (this was needed for the dependencies pack, ran the 'vcvarsall.bat' inside the VS 14.0 folder to do this)
Any tips are welcome.
Any other places i could go with these problems?
Regards,
Tom
The text was updated successfully, but these errors were encountered: