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

[BUG] - Installation error with conda #272

Open
SeongHeeHong opened this issue Aug 12, 2024 · 4 comments
Open

[BUG] - Installation error with conda #272

SeongHeeHong opened this issue Aug 12, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@SeongHeeHong
Copy link

Hello. this is SeongHee Hong.
Now I trying installation GEOUNED with conda.
However i got a error massage like attached figure.
What can i do to solve this problem?

ERROR conda.core.link:_execute(950): An error occurred while installing package 'conda-forge::qt-5.15.8-h91493d7_0'.
Rolling back transaction: done

LinkError: post-link script failed for package conda-forge::qt-5.15.8-h91493d7_0
location of failed script: C:\Users\shhong\AppData\Local\miniconda3\envs\new_env\Scripts.qt-post-link.bat
==> script messages <==

==> script output <==
stdout: 1개 파일이 복사되었습니다.

stderr: 'chcp'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.
'chcp'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.
'chcp'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

return code: 1

@SeongHeeHong SeongHeeHong added the bug Something isn't working label Aug 12, 2024
@shimwell
Copy link
Collaborator

Can I just check, are you doing the conda install from a new conda environment

@SeongHeeHong
Copy link
Author

Yes, I did install below process.
conda create --name new_env python=3.11
conda activate new_env
conda install -c conda-forge geouned -y

@shimwell
Copy link
Collaborator

The error message from the first message suggests that conda is not able to install QT 5.15.8 I'm not sure if we can do anything in geound to help with this. QT is not a direct dependency but I guess freecad brings it in.

I see similar errors being reported on anaconda

ContinuumIO/anaconda-issues#10949

One thing you could try is moving to miniforge
https://github.com/conda-forge/miniforge

@akolsek
Copy link
Member

akolsek commented Aug 26, 2024

@SeongHeeHong, can you confirm if the error persists? A new version of GEOUNED has been released on conda-forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants