You are not logged in.

#1 2021-09-03 03:26:40

Dimple
Member
Registered: 2021-09-03
Posts: 1

Unable to use Anaconda commands after reboot

I downloaded Anaconda using the documentation provided on the website and I followed all the steps there
https://docs.anaconda.com/anaconda/install/linux/

I ran "conda config --set auto_activate_base False" afterwards, which made it so that I had to enter "conda activate" before using anything anaconda related.

I found no issues with this, using Anaconda, and deactivating it, until the next day when I booted up the computer. I reinstalled anaconda, and everything worked fine until I rebooted again, with the same following issue.

Traceback (most recent call last):
  File "/home/john/anaconda3/bin/conda", line 12, in <module>
    from conda.cli import main
  File "/home/john/anaconda3/lib/python3.8/site-packages/conda/init.py", line 11, in <module>
    from json import JSONEncoder
  File "/home/john/anaconda3/lib/python3.8/json/init.py", line 106, in <module>
    from .decoder import JSONDecoder, JSONDecodeError
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 779, in exec_module
  File "<frozen importlib._bootstrap_external>", line 911, in get_code
  File "<frozen importlib._bootstrap_external>", line 580, in _compile_bytecode
ValueError: bad marshal data (unknown type code)

Offline

Board footer

Powered by FluxBB