Hello @jmmease,
Good day!
I created a python script that uses the principle of the plot.ly’s static image export using orca. The script works with orca . Now my goal is to create a standalone exectuable using Pyinstaller.
After creating, when I execute the .exe file. I am getting following error
"No module named ‘plotly.validators.table’
Note: I have added the orca directory to the path using following method
os.environ[‘PATH’] = os.pathsep.join([os.environ[‘PATH’], ‘/path/to/pyinstalled/orca/’]
It would be very grateful if you could help me to solve this issue.
Thanks,
Dhiva