-
Notifications
You must be signed in to change notification settings - Fork 3
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
Seg Fault at Startup #103
Comments
As an additional note, I have installed an earlier iteration of emirge and had no issues running the examples or making my own; this issue only started after downloading the most recent version. |
WSL1 or 2? (WSL1 is not supported.) |
According to Powershell I am running version 2 |
So, I find it a little suspicious that you used a new version of emirge, yet these errors appear to indicate that your code is still using an environment called Every install of MIRGE-Com using emirge will install a whole new environment (called "ceesd", by default i think). One needs to make sure to activate it by doing Could you send along the output of |
It was a fresh clone of emirge, installed with |
Here is my output:
|
I would try installing a fresh env, ie. without |
I suspect it might start working if he activates the new |
|
@dshtey2 This might be worth a try. Just make sure to set your |
I'm suspecting this PR might be a part of the problem: illinois-ceesd/mirgecom#200 |
I just ran another fresh install, this time without the --conda-prefix and setting the |
I installed a fresh copy of emirge onto my subshell, and when I tried to run the example files I kept getting Seg Faults, akin to the following. I am running Linux on a WSL subshell on my Acer laptop.
The text was updated successfully, but these errors were encountered: