kaistsystemsbiology / DeepProZyme

DeepECtransformer
19 stars 2 forks source link

ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on. #6

Open BigMary2001 opened 4 months ago

BigMary2001 commented 4 months ago

I met a problem when I ran the code: python run_deepectransformer.py -i ./example/mdh_ecoli.fa -o ./example/results -g cpu -b 128 -cpu 2 The error is: ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.

ss0830 commented 2 months ago

The same error appears to me, have u solved the error ?

Maiya19724 commented 2 days ago

I met a problem when I ran the code: python run_deepectransformer.py -i ./example/mdh_ecoli.fa -o ./example/results -g cpu -b 128 -cpu 2 The error is: ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.

I might have solved the problem, at least the example tests worked fine. Refer to this issue: configuring the network or proxy can solve the problem or this one.

@ss0830 @BigMary2001

Maiya19724 commented 2 days ago

I met a problem when I ran the code: python run_deepectransformer.py -i ./example/mdh_ecoli.fa -o ./example/results -g cpu -b 128 -cpu 2 The error is: ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.

I might have solved the problem, at least the example tests worked fine. Refer to this issue: configuring the network or proxy can solve the problem or this one.

@ss0830 @BigMary2001

It might be helpful for you as well. @YTYGdemc