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
Failed to install using Py3Qt5 AddOnManager with error :
Traceback (most recent call last):
File "E:\Data\My Downloads\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\Mod\AddonManager\AddonManager.py", line 423, in install
if install_macro(macro, self.macro_repo_dir):
File "E:\Data\My Downloads\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\Mod\AddonManager\AddonManager.py", line 135, in install_macro
macrofile.write(macro.code)
File "E:\Data\My Downloads\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\bin\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u2212' in position 2434: character maps to <undefined>
FCCamera.FCMacro
Failed to install using Py3Qt5 AddOnManager with error (looks like AddOnManager needs some more robustness handling externally stored macros) :
File "E:\Data\My Downloads\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\Mod\AddonManager\AddonManager.py", line 423, in install
if install_macro(macro, self.macro_repo_dir):
File "E:\Data\My Downloads\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\Mod\AddonManager\AddonManager.py", line 135, in install_macro
macrofile.write(macro.code)
File "E:\Data\My Downloads\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\FreeCAD_0.18.15643_Conda_Py3QT5-WinVS2015_x64\bin\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\ufffd' in position 35753: character maps to <undefined>
Failed to install using Py3Qt5 AddOnManager with error :
Related to #8
Found by @Syres916 on the forum
The text was updated successfully, but these errors were encountered: