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

ModuleNotFoundError: No module named 'conda' #26

Open
csmanu opened this issue Jun 3, 2020 · 3 comments
Open

ModuleNotFoundError: No module named 'conda' #26

csmanu opened this issue Jun 3, 2020 · 3 comments

Comments

@csmanu
Copy link

csmanu commented Jun 3, 2020

When I try to check 'conda' command after installing 'Archiconda', it throws the following error:

Traceback (most recent call last): File "/home/username/archiconda3/bin/conda", line 7, in <module> from conda.cli import main ModuleNotFoundError: No module named 'conda'

Python version: 3.7
OS: Ubuntu 18.04 LTS
Platform: NVIDIA Jetson Nano

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Jun 3, 2020

please see https://github.com/conda-forge/miniforge/

the successor to this package.

@csmanu
Copy link
Author

csmanu commented Jun 10, 2020

Thank you for the suggestion. I will check it and get back to you.

@monsterlyg
Copy link

编辑环境变量

vim ~/.bashrc

增加环境变量, 将换成你的用户名

export PATH=/home//archiconda3/bin:$PATH

激活环境变量

source ~/.bashrc

显示(base)

source activate

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