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
I wonder if the following error is due because the AppImage is not able to get the system's environment of Python3.
Suggestions howto patch or skip this dependency?
Init: Entering event loop
Init: Processing command line files
No module named 'yaml'
Traceback (most recent call last):
File "/home/user/.FreeCAD/Mod/frame/freecad/frametools/init_gui.py", line 24, in Initialize
from freecad.frametools import commands
File "/home/user/.FreeCAD/Mod/frame/freecad/frametools/commands.py", line 7, in
from . import fem2d
File "/home/user/.FreeCAD/Mod/frame/freecad/frametools/fem2d.py", line 9, in
import yaml
The text was updated successfully, but these errors were encountered:
OS: Linux Mint 19
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.16121 (Git) AppImage
Build type: Release
Branch: master
Hash: a7919b63dea4bb1f1107c80ed44758479eec3d8d
Python version: 3.6.7
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Italian/Italy (it_IT)
Also yaml exist in my OS because when I import yaml from the python3
console I get no error but when I do the same from the console of the
appimage:
>> import yaml
Traceback (most recent call last):
File "<input>", line 1, in <module>
ModuleNotFoundError: No module named 'yaml'
Maybe there's an alias in the environment of FreeCAD?
Il giorno mer 16 ott 2019 alle ore 09:06 lorenz <[email protected]>
ha scritto:
yaml should be included in the appimage. Which version of FreeCAD are you
using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6?email_source=notifications&email_token=AE5EUXPL43WCXJJD455XJM3QO24NXA5CNFSM4ISW622KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBLLYYA#issuecomment-542555232>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE5EUXIMP745JO2NMGVGUX3QO24NXANCNFSM4ISW622A>
.
I wonder if the following error is due because the AppImage is not able to get the system's environment of Python3.
Suggestions howto patch or skip this dependency?
Init: Entering event loop
Init: Processing command line files
No module named 'yaml'
Traceback (most recent call last):
File "/home/user/.FreeCAD/Mod/frame/freecad/frametools/init_gui.py", line 24, in Initialize
from freecad.frametools import commands
File "/home/user/.FreeCAD/Mod/frame/freecad/frametools/commands.py", line 7, in
from . import fem2d
File "/home/user/.FreeCAD/Mod/frame/freecad/frametools/fem2d.py", line 9, in
import yaml
The text was updated successfully, but these errors were encountered: