SOLVED - No module named 'pivy' - Error - Running Latest FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704

Report observations made with the new Toponaming branch.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Palmtree
Posts: 104
Joined: Wed Apr 08, 2020 5:06 am

SOLVED - No module named 'pivy' - Error - Running Latest FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704

Post by Palmtree »

I am very exited and happy ( :D :D :D ) to download and run the latest
“FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704-x86_64.7z”

Many thanks Realthunder and all community members involved

I have an Error (a copy attached)

Running from “RunFreeCAD.bat” Or “FreeCADLink.exe” leads to error

I have tried a clean fresh copy with no cfg’s files (delete exiting ones) ==> no luck
Also deleted the folder “FreeCAD @ C:\Users\...\AppData\Roaming\FreeCAD” ==> no luck

Am I doing any thing wrong? Please comment :?


“THE ERROR” ======================>
***************************************
***************************************

12:10:18 During initialization the error "No module named 'pivy'" occurred in freecad.asm3
12:10:18 --------------------------------------------------------------------------------
12:10:18 Traceback (most recent call last):
File "<string>", line 158, in InitApplications
File "C:\Users\......\Desktop\000\FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704-x86_64\bin\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "C:\Users\......\Desktop\000\FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704-x86_64\Mod\asm3\freecad\asm3\init_gui.py", line 3, in <module>
from . import gui
File "C:\Users\......\Desktop\000\FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704-x86_64\Mod\asm3\freecad\asm3\gui.py", line 4, in <module>
from pivy import coin
ModuleNotFoundError: No module named 'pivy'
12:10:18 --------------------------------------------------------------------------------
12:10:19 During initialization the error "No module named 'pivy'" occurred in freecad.freecad_glider
12:10:19 --------------------------------------------------------------------------------
12:10:19 Traceback (most recent call last):
File "<string>", line 158, in InitApplications
File "C:\Users\......\Desktop\000\FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704-x86_64\bin\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "C:\Users\......\Desktop\000\FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704-x86_64\bin\lib\site-packages\freecad\freecad_glider\init_gui.py", line 3, in <module>
from pivy import coin
ModuleNotFoundError: No module named 'pivy'
12:10:19 --------------------------------------------------------------------------------

***************************************
***************************************

OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 2022.704.26244 +4971 (Git)
Build type: Release
Branch: LinkDaily
Hash: a87320cc64699a8e4226bad2e9b37ac3a1296ab9
Python version: 3.9.13
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: English/Australia (en_AU)

***************************************
***************************************
Attachments
1.jpg
1.jpg (291.76 KiB) Viewed 1002 times
Last edited by Palmtree on Sun Jul 10, 2022 6:55 am, edited 1 time in total.
User avatar
Palmtree
Posts: 104
Joined: Wed Apr 08, 2020 5:06 am

SOLVED - Re: No module named 'pivy' - Error - Running Latest FreeCAD-asm3-Daily-Win-Conda-Py3.9-20220704

Post by Palmtree »

I have read the attached post (image1) => https://forum.freecadweb.org/viewtopic.php?f=44&t=70071
Also refer to == ref: https://www.patreon.com/posts/2022-07-04-68640979

Kunda1 (many thanks) has indirectly answered my question (realthunder says: "I did actually plan for a few releases earlier, but it didn't work out due to some Conda build issue"). I will close this post (solved).
@realthunder thank you for the clarification (and your input to improve FC) it answers many questions in my mind.
Attachments
Image 1.jpg
Image 1.jpg (259.85 KiB) Viewed 852 times
Post Reply