cellgeni / sceasy

A package to help convert different single-cell data formats to each other
GNU General Public License v3.0
367 stars 53 forks source link

use_condaenv error: in python_config_impl(python) #92

Closed JerryZhang-1222 closed 3 weeks ago

JerryZhang-1222 commented 3 weeks ago

Already Solved, just leaving this message just in case someone run into the same error. When executing "use_condaenv('sceasy',conda = "/home/xxx/miniconda_new/bin/conda")" I got the error:

Error in python_config_impl(python) : 
  Error 1 occurred running /home/huangkx/miniconda_new/envs/sceasy/bin/python: 
In addition: Warning message:

Please check your reticulate version to see if it fits the python version of your sceasy conda environment. simply re install the updated version of reticulate will solve the issue.

Feiyang.