EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 65 forks source link

error: downloading example_data #65

Open andmark110 opened 4 years ago

andmark110 commented 4 years ago

Downloading /Users/visbrain_data/example_data/xyz_sample.npz

TimeoutError Traceback (most recent call last) /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/urllib/request.py in do_open(self, http_class, req, **http_conn_args) 1318 try: -> 1319 h.request(req.get_method(), req.selector, req.data, headers,

it always like this, how to solve this issue? thx

EtienneCmb commented 4 years ago

It's not downloading the file?

zhengliuer commented 3 years ago

It's not downloading the file?

Hi, I just saw this. And actually, this timeout error occurred to me, too. I downloaded the data by debugging the code, manually. Sometimes I downloaded it from the tutorial. Anyway, I suppose it is a problem that needs to be solved. It may be helpful to show the links of data directly so people can download the data they need.