We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AssertionError Traceback (most recent call last) in <cell line: 0>() 2 get_ipython().system('pip install -q condacolab') 3 import condacolab ----> 4 condacolab.install_miniconda(prefix='/usr/local') 5 print('The Miniconda has been installed...')
1 frame /usr/local/lib/python3.11/dist-packages/condacolab.py in install_from_url(installer_url, prefix, env, run_checks, sha256) 97 digest = _chunked_sha256(installer_fn) 98 assert ( ---> 99 digest == sha256 100 ), f"💥💔💥 Checksum failed! "Expected {sha256}, got {digest}" 101
AssertionError: 💥💔💥 Checksum failed! Expected 35a58b8961e1187e7311b979968662c6223e86e1451191bed2e67a72b6bd0658, got 807774bae6cd87132094458217ebf713df436f64779faf9bb4c3d4b6615c1e3a) Does anyone know what happened?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I've been using Image Super-resolution via Diffusion Inversion for a month now. It's the best of all the ones I've tried. I haven't had any problems until today. I've always used it in googlecolab, but today I can't use it. It gives me an error in the first cell (Miniconda is subject to terms of service: https://legal.anaconda.com/policies/en/#terms-of-service
⏬ Downloading https://repo.anaconda.com/miniconda/Miniconda3-py311_24.11.1-0-Linux-x86_64.sh...
AssertionError Traceback (most recent call last)
in <cell line: 0>()
2 get_ipython().system('pip install -q condacolab')
3 import condacolab
----> 4 condacolab.install_miniconda(prefix='/usr/local')
5 print('The Miniconda has been installed...')
1 frame
/usr/local/lib/python3.11/dist-packages/condacolab.py in install_from_url(installer_url, prefix, env, run_checks, sha256)
97 digest = _chunked_sha256(installer_fn)
98 assert (
---> 99 digest == sha256
100 ), f"💥💔💥 Checksum failed! "Expected {sha256}, got {digest}"
101
AssertionError: 💥💔💥 Checksum failed! Expected 35a58b8961e1187e7311b979968662c6223e86e1451191bed2e67a72b6bd0658, got 807774bae6cd87132094458217ebf713df436f64779faf9bb4c3d4b6615c1e3a)
Does anyone know what happened?
The text was updated successfully, but these errors were encountered: