-
Notifications
You must be signed in to change notification settings - Fork 0
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
error in conda env create -f phavip.yml -n phavip #2
Comments
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.
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, |
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: ***@***.***>
|
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, |
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: ***@***.***>
|
The Python version of my virtual environment is 3.8,the R version is 4.3.1。
When I downloaded the R package separately, an error was reported as follows:
The text was updated successfully, but these errors were encountered: