-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get fbs installer to work #39
Comments
Does this help? mherrmann/fbs#105 (comment) |
Not really, I tried looking for a similar command in my .bash_profile and .bashrc file and have none. The result of echo $PATH throws:
|
I see. Then I don't know, sorry. |
Just solved a similar problem on a MacBook Air. After installation of the fbs package within a venv, the fbs installer did throw errors (permission problems, non-zero exit codes). Two steps were required:
In the second step when editing the script, I made a small change to a comment and then saved the changes. This caused all \r line endings to be removed and replaces with \n only. |
Whilst following the tutorial I encounter the following error on the last step (fbs installer):
I'm using Python 3.6.7
macOSX 10.15.3
fbs==0.8.6
PyInstaller==3.4
PyQt5==5.9.2
I tried using other versions of PyQt5 (tried PyQt5==5.14.2) and Python (3.7.1) and I get the same error.
The text was updated successfully, but these errors were encountered: