LTRpred icon indicating copy to clipboard operation
LTRpred copied to clipboard

Running LTRPred

Open Ramkyeri opened this issue 2 years ago • 2 comments

Dear HajKD,

it shows the following errors

43386814-085a-3de5-9412-e014919ca2fa Error: invalid container name may already exist or wrong format

image

image

with regards

Ramky

Ramkyeri avatar Apr 05 '22 08:04 Ramkyeri

Hi Ramky,

I had the same issue and I did the following:

  • Remove the previous udocker_prod environment
  • conda create -n udocker_prod -c defaults python=3.6 'setuptools<58'
  • conda activate udocker_prod
  • pip install ...

The above worked for me.

Hope this helps! Erica

ericadinatale avatar Jun 21 '22 09:06 ericadinatale

Dear Erica,

thank you so much for your suggestion, I will try this.

with regards

Ramky

Ramkyeri avatar Jun 21 '22 12:06 Ramkyeri

I assume this worked now.

Many thanks, Erica!

HajkD avatar Jun 08 '23 12:06 HajkD