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

Segmentation fault (core dumped) #55

Open
USTBhyh opened this issue May 22, 2024 · 5 comments
Open

Segmentation fault (core dumped) #55

USTBhyh opened this issue May 22, 2024 · 5 comments

Comments

@USTBhyh
Copy link

USTBhyh commented May 22, 2024

When I am running the command:npm install. The “Segmentation fault (core dumped)” is encountered, and I can not konw the reson for there is no other output ,except for “Segmentation fault (core dumped)” .

@jamesheatonrdm
Copy link

I have the same issue. I can't seem to run npm from inside the conda environment. Any npm command results in a segfault

@jamesheatonrdm
Copy link

@USTBhyh you may have installed npm inside the anaconda environment like me. I had to delete the conda environment, install npm outside anaconda and then recreate the environment.

@USTBhyh USTBhyh closed this as completed Jul 5, 2024
@USTBhyh USTBhyh reopened this Jul 5, 2024
@USTBhyh
Copy link
Author

USTBhyh commented Jul 5, 2024

@USTBhyh you may have installed npm inside the anaconda environment like me. I had to delete the conda environment, install npm outside anaconda and then recreate the environment.

Would you be able to run the project normally? I successfully opened the webpage and found that it was black, only two left and right arrows, is there a problem with my environment configuration? Or does the project itself seem to be missing documents?

@DongMenKant
Copy link

@USTBhyh you may have installed npm inside the anaconda environment like me. I had to delete the conda environment, install npm outside anaconda and then recreate the environment.

Would you be able to run the project normally? I successfully opened the webpage and found that it was black, only two left and right arrows, is there a problem with my environment configuration? Or does the project itself seem to be missing documents?

I'm the same and it says "Windows can't find the file 'chromium-browser'. Please make sure that the file name is correct and try again - again. ”
and the web console is displayed
file_operations.ts:81
Failed to load resource: the server responded with a status of 404 (Not Found)
loadFileNames @ file_operations.ts:81
file_operations.ts:100 File not found: annotation_filenames.txt. Please execute: python scripts/create_filename_list.py

@gravity-123
Copy link

@USTBhyh you may have installed npm inside the anaconda environment like me. I had to delete the conda environment, install npm outside anaconda and then recreate the environment.你可能像我一样在anaconda环境中安装了npm,我不得不删除conda环境,在anaconda外安装npm,然后重新创建环境。

Should I run npm install outside of a virtual environment? After I run npm install outside the environment, I run npm run start-server in the virtual environment, and a segmentation fault still occurs. If I run npm run start-server outside the virtual environment, it seems to use the system's Python, and it prompts that the relevant modules are not installed, and the Python in the virtual environment is not used.
So can you tell me the correct installation order?My current installation order is completely according to the author's readme file.

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

No branches or pull requests

4 participants