Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load Visium_FFPE_Mouse_Brain,Visium_FFPE_Human_Normal_Prostate. Error: HTTP Error 403: Forbidden #782

Open
Rayjrz opened this issue Dec 12, 2023 · 2 comments
Assignees

Comments

@Rayjrz
Copy link

Rayjrz commented Dec 12, 2023

Description

WARNING: Failed to open the url with default certificates, trying with certifi.
Visium_FFPE_Mouse_Brain. Error: HTTP Error 403: Forbidden

WARNING: Failed to open the url with default certificates, trying with certifi.
Failed to load dataset: Visium_FFPE_Human_Normal_Prostate. Error: HTTP Error 403: Forbidden

Minimal reproducible example

adata0 = sq.datasets.visium(sample_id='Visium_FFPE_Mouse_Brain', include_hires_tiff=True)
adata1 = sq.datasets.visium(sample_id='Visium_FFPE_Human_Normal_Prostate', include_hires_tiff=True)

Traceback

---------------------------------------------------------------------------
HTTPError                                 Traceback (most recent call last)
File ~/lib/python3.9/site-packages/scanpy/readwrite.py:952, in _download(url, path)
    951 try:
--> 952     open_url = urlopen(req)
    953 except URLError:

Version

...

@wang-youzi
Copy link

I encountered the same question when I use sq.datasets.slideseqv2(), have you solved question? I'll be appreciated if you give a reply.

@Rayjrz
Copy link
Author

Rayjrz commented Apr 28, 2024

I encountered the same question when I use sq.datasets.slideseqv2(), have you solved question? I'll be appreciated if you give a reply.

Actually, I gave up on squidpy. I suggest you download and load the dataset with scanpy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants