Teichlab / celltypist

A tool for semi-automatic cell type classification
https://www.celltypist.org/
MIT License
254 stars 40 forks source link

Error in downloading models #81

Closed Tailion9 closed 10 months ago

Tailion9 commented 10 months ago

When using the code models.download_models(force_update = True), I see this error:

Exception: 🛑 Cannot fetch 'https://celltypist.cog.sanger.ac.uk/models/models.json', the error is: HTTPSConnectionPool(host='celltypist.cog.sanger.ac.uk', port=443): Max retries exceeded with url: /models/models.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fa6381e5890>, 'Connection to celltypist.cog.sanger.ac.uk timed out. (connect timeout=30)'))

And I cannot open the site https://celltypist.cog.sanger.ac.uk/models/models.json on my browser with my proxy on/off.

Also I cannot open the site https://www.celltypist.org/, which shows:

The Sanger Institute Web service you requested is temporarily unavailable. We are working to diagnose the problem and restore the service as soon as possible. We apologise for any inconvenience caused.

I wonder whether the problem is with my own internet settings or the server's. Besides, is it possible to download the trained models from other mirror sources and import them to my python environment?