Skip to content
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

confusing initial gs location #66

Open
topchyan opened this issue Feb 10, 2023 · 0 comments · May be fixed by #71
Open

confusing initial gs location #66

topchyan opened this issue Feb 10, 2023 · 0 comments · May be fixed by #71

Comments

@topchyan
Copy link

Getting the following bug upon loading in Linux Mint 20.3

Linux tut 5.15.0-60-generic #66~20.04.1-Ubuntu SMP Wed Jan 25 09:41:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

image

Although it's easy to fix manually thought it would help to find the cause.

sudobash1 added a commit to sudobash1/EasyABC that referenced this issue May 12, 2023
When running EasyABC for the first time under Linux, it tries to
determine the path to gs from the output of `which gs`. However, in
python3, it returns a bytestring. EasyABC is expecting a str.  Simply
adding .decode() fixes the issue. The unicode() call is a remnant from
python2 and can be removed.
@sudobash1 sudobash1 linked a pull request May 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant