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
Traceback (most recent call last):
File "c:\Users\amr62\Documents\python_environments\pyqt5\Scripts\fbs-script.py", line 33, in <module>
sys.exit(load_entry_point('fbs==1.1.9', 'console_scripts', 'fbs')())
File "c:\users\amr62\documents\python_environments\pyqt5\lib\site-packages\fbs\__main__.py", line 17, in _main
fbs.cmdline.main()
File "c:\users\amr62\documents\python_environments\pyqt5\lib\site-packages\fbs\cmdline.py", line 32, in main
fn(*args)
File "c:\users\amr62\documents\python_environments\pyqt5\lib\site-packages\fbs\builtin_commands\__init__.py", line 188, in insta
ller
create_installer_windows()
File "c:\users\amr62\documents\python_environments\pyqt5\lib\site-packages\fbs\installer\windows.py", line 16, in create_install
er_windows
) from None
FileNotFoundError: fbs could not find executable 'makensis'. Please install NSIS and add its installation directory to your PATH e
nvironment variable.
I know this is late, but did you add it to the windows PATH? After you've done that, you may need to restart your terminal and/or machine (depending on if you added to User path or System path).
Yeah would be user user env path and a reboot should do it. I think if you run powershell refreshenv it might work without a reboot but a reboot is probably the safest way to ensure it.
Running fbs installer on my application gives the following error:
Would be grateful for any help on this.
The text was updated successfully, but these errors were encountered: