error in conda env create -f phavip.yml -n phavip
Opened this issue · 5 comments
yyyyyuzj commented
KennthShang commented
Hi,
First of all, the env is not allowed to be installed seperately. The are the r-script in conda and the version should be consist with other package in the env.
And it seems there is an error when install the yml. Several options for handling the problem.
- reinstall a miniconda (99% solve your problen)
- deactivate your env frist, then add a channel for mainland china and reinstall again.
- create a new env and install the required package listed in yml one by one.
But what you should not do is DO NOT directly install the r package in your deephost r env. lots of bugs may occur.
Best,
Jiayu
yyyyyuzj commented
Hi,Jiayu
Thank you for your enthusiastic answer. I will try these solutions one by one.
Yours,
Zhenjing
At 2023-08-09 11:52:24, "Kennth Shang" ***@***.***> wrote:
Hi,
First of all, the env is not allowed to be installed seperately. The are the r-script in conda and the version should be consist with other package in the env.
And it seems there is an error when install the yml. Several options for handling the problem.
reinstall a miniconda (99% solve your problen)
deactivate your env frist, then add a channel for mainland china and reinstall again.
create a new env and install the required package listed in yml one by one.
But what you should not do is DO NOT directly install the r package in your deephost r env. lots of bugs may occur.
Best,
Jiayu
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
yyyyyuzj commented
KennthShang commented
Sorry, I do not know that either.
Should be a problem caused by your device (GPU) I suppose. You can try to turn off the GPU setup and try only the CPU first.
Or maybe you can use a small demo dataset for debugging.
Best,
Jiayu
yyyyyuzj commented
hh,The problem has been resolved, it's the GPU.
At 2023-08-18 18:53:16, "Kennth Shang" ***@***.***> wrote:
Sorry, I do not know that either.
Should be a problem caused by your device (GPU) I suppose. You can try to turn off the GPU setup and try only the CPU first.
Or maybe you can use a small demo dataset for debugging.
Best,
Jiayu
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>