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 was archived by the owner on Mar 29, 2023. It is now read-only.
while package it with pyinstaller then run exe-file, it occur FileNotFoundError with temp-user-path like c:\Users\userName\AppData\Local\Temp\_MEI**\Equattion
Details error occur in Equation_init_.py line 93 and 75 while loading.
Dynamic load from abs path makes it failed.
Equation is very good but Finally I use parse_expr and lambdify in sympy instead.
while package it with pyinstaller then run exe-file, it occur FileNotFoundError with temp-user-path like c:\Users\userName\AppData\Local\Temp\_MEI**\Equattion
Details error occur in Equation_init_.py line 93 and 75 while loading.
Dynamic load from abs path makes it failed.
Equation is very good but Finally I use parse_expr and lambdify in sympy instead.