Hi all,
i am creating a new lib pacl for windows. This would be a good time to also add the needed python packages.
Please add the python packaes needed, i will then add them. Best would be if the packages could be added with pip...
Code: Select all
./python -m pip install --upgrade pip
Code: Select all
./python -m pip install GitPython matplotlib ply pycollada
For PY3.8 It needs to be renamed .pyd and placed in site-packages
I noticed this issue months ago. LP versions doesn't support SoGeo nodes. This nodes are my workbench dependences. If someone can fix it that would be great. Conda versions doesn't have this issue.HakanSeven12 wrote: ↑Tue Jun 23, 2020 7:36 amCan someone update pivy for LP? With Conda build SoGeo classes working fine. But LP build gives error.
Code: Select all
During initialization the error "module 'pivy.coin' has no attribute 'SoGeoCoordinate'" occurred in freecad.trails -------------------------------------------------------------------------------- Traceback (most recent call last): File "<string>", line 148, in InitApplications File "importlib\__init__.py", line 126, in import_module File "<frozen importlib._bootstrap>", line 994, in _gcd_import File "<frozen importlib._bootstrap>", line 971, in _find_and_load File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 665, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed ... File "C:\Users\thomas.schrader\AppData\Roaming\FreeCAD\Mod\Trails\pivy_trackers\pivy_trackers\coin\coin_enums.py", line 342, in NodeTypes GEO_COORDINATE = coin.SoGeoCoordinate AttributeError: module 'pivy.coin' has no attribute 'SoGeoCoordinate' --------------------------------------------------------------------------------
Code: Select all
./python -m pip install PyYAML
Many thanks! I will try out out ASAP.apeltauer wrote: ↑Thu Dec 03, 2020 2:23 pmnew libpack is available...
https://github.com/apeltauer/FreeCAD/re ... ack_12.4.2
Code: Select all
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(90,1): warning C4005: 'HAVE_INT8_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(134): message : see previous definition of 'HAVE_INT8_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(91,1): warning C4005: 'HAVE_UINT8_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(139): message : see previous definition of 'HAVE_UINT8_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(92,1): warning C4005: 'HAVE_INT16_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(144): message : see previous definition of 'HAVE_INT16_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(93,1): warning C4005: 'HAVE_UINT16_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(149): message : see previous definition of 'HAVE_UINT16_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(94,1): warning C4005: 'HAVE_INT32_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(154): message : see previous definition of 'HAVE_INT32_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(95,1): warning C4005: 'HAVE_UINT32_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(159): message : see previous definition of 'HAVE_UINT32_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(96,1): warning C4005: 'HAVE_INT64_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(164): message : see previous definition of 'HAVE_INT64_T'
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\Inventor/system/inttypes.h(97,1): warning C4005: 'HAVE_UINT64_T': macro redefinition
60>D:\FreeCADGit\src\FCConfig.h(169): message : see previous definition of 'HAVE_UINT64_T'
Code: Select all
60>D:\FreeCAD-build\FreeCADLibs_12.4.2_x64_VC17\include\QtGui/qopengl.h(136,1): warning C4005: 'GL_GLEXT_LEGACY': macro redefinition
60>D:\FreeCADGit\src\Gui\PreCompiled.cpp : message : see previous definition of 'GL_GLEXT_LEGACY'