scipion-em / scipion-pyworkflow

Underlying pyworkflow module for the Scipion framework
GNU General Public License v3.0
6 stars 5 forks source link

Connectivity issues to Pypi are not reported to user via GUI #258

Open shuaishuairuirui opened 3 years ago

pconesa commented 3 years ago

Hi @shuaishuairuirui could you be more specific?

I guess you are talking about the plugin manager?

Do you see any error in the console?

shuaishuairuirui commented 3 years ago

Hi @shuaishuairuirui could you be more specific?

I guess you are talking about the plugin manager?

Do you see any error in the console?

yes,when I installed scipion.And I open the plugin manager.The page always loading.I can get the plugin menu.

shuaishuairuirui commented 3 years ago

J IW(}8RLBRB93WJD~B6{CO

pconesa commented 3 years ago

Do you have an internet connection from that machine?

Either pypi.org server was down when you tried or your machine.

I'm trying now, and I'm not getting an error, but is taking too long to load! There might be something with pypi maybe.

shuaishuairuirui commented 3 years ago

Yes. My machine has internet connection.And I can ping pypi.org.So I don't know why I have this problem.I also loading a very long time.But it still did't work.

When I first install scipion.I can load the plugin.But when I using' Xmipp-highresolution' It takes a longtime still didn't using the GPU.So I think maybe something wrong in intalltion.So I reinstall the scipion.Then I cant load the plugin.Is there some err?Thanks

shuaishuai

shuaishuairuirui commented 3 years ago

Screenshot from 2021-06-05 11-42-54 I don't know my process is running?Because my memory seems did using many,and my GPU seems didn't using.My GPU card is RTX8000.Could you give my some suggestion about that.

pconesa commented 3 years ago

Has the plugin manager issue been fixed?

I'll assign this to a xmipp developer

shuaishuairuirui commented 3 years ago

Has the plugin manager issue been fixed?

I'll assign this to a xmipp developer

When I open the plugin manager overnight.I can loading the plugin.But I still need a halfday to loading the plugin again when I close the windows.Maybe something wrong?

shuaishuairuirui commented 3 years ago

Screenshot from 2021-06-05 17-15-27 I follow the tutorial to processing.When I come to the cl2d.It seems didn't run for a long time?My particles have downsample toe <3A/pix.And only a few particles.But it seems didn't response?Could you give me some helps?Thanks very much.

DStrelak commented 3 years ago

Hi @shuaishuairuirui

These are two issues, so I'm going to change this ticket and create another one for the CL2D.

DStrelak commented 3 years ago

@fonsecareyna82 , To me, this seems like a sequence of timeouts on all connections to Pypi we do via plugin manager. Could we catch the timeout exception and report to user that there's a connection issue, asking him to check his connection or try later?

Notice that ping command is not equivalent to the requests we're doing (i.e you can have working ping and our requests still failing), as ping uses ICMP protocol, and we ask for TCP request on a specific port.