-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels