LTRpred
LTRpred copied to clipboard
Running LTRPred
Dear HajKD,
it shows the following errors
43386814-085a-3de5-9412-e014919ca2fa Error: invalid container name may already exist or wrong format
with regards
Ramky
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
Dear Erica,
thank you so much for your suggestion, I will try this.
with regards
Ramky
I assume this worked now.
Many thanks, Erica!