Skip to content

Is the colab broken?Β #156

@tcal-x

Description

@tcal-x

In the first code cell output I see a "restart" -- is that expected?

⏬ Downloading https://repo.anaconda.com/miniconda/Miniconda3-py37_4.11.0-Linux-x86_64.sh...
πŸ“¦ Installing...
πŸ“Œ Adjusting configuration...
🩹 Patching environment...
⏲ Done in 0:00:19
πŸ” Restarting kernel...

Then in the second code cell,

---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
[<ipython-input-2-593fad972db4>](https://localhost:8080/#) in <module>()
      1 import condacolab
      2 
----> 3 condacolab.check()
      4 get_ipython().system('sed -i -e /cudatoolkit/d /usr/local/conda-meta/pinned')

[/usr/local/lib/python3.7/dist-packages/condacolab.py](https://localhost:8080/#) in check(prefix, verbose)
    302     assert (
    303         f"{prefix}/lib" in os.environ["LD_LIBRARY_PATH"]
--> 304     ), f"πŸ’₯πŸ’”πŸ’₯ LD_LIBRARY_PATH was not patched! Value: {os.environ['LD_LIBRARY_PATH']}"
    305     if verbose:
    306         print("✨🍰✨ Everything looks OK!")

AssertionError: πŸ’₯πŸ’”πŸ’₯ LD_LIBRARY_PATH was not patched! Value: /usr/local/nvidia/lib:/usr/local/nvidia/lib64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions