Open bascurtiz opened 3 years ago
What a cool project!
Got it working after....
3 things though:
pyinstaller==3.6
ImportErrorWhenRunningHook cefpython3
numpy==1.19.3
D:\Program Files x86\NSIS
C:\Program Files x86\NSIS
Could you update requirements.txt + build.py? Once again, thanks for such handy boilerplate!
requirements.txt
build.py
Thanks for heads up. I'll update this stuff next time I'm working on Neuron.
What a cool project!
Got it working after....
3 things though:
pyinstaller==3.6
(4.0 and 4.1 won't work:ImportErrorWhenRunningHook cefpython3
)numpy==1.19.3
when running Windows 10 2004, see here.D:\Program Files x86\NSIS
while more common isC:\Program Files x86\NSIS
Could you update
requirements.txt
+build.py
? Once again, thanks for such handy boilerplate!