Conda returns an Attribute Error symbol not found after trying to install biopython

岁酱吖の 提交于 2019-12-04 16:38:24

got my error fixed by the method from zhihu

Here are the steps how I solve it, Hope it's helpful to you:

The reason caused this error on Mac is Python was installed before, I tried to delete all the python and Anaconda files, and install the anaconda again, then run the conda command successfully.

  1. Delete python from Macintouch->Frameworks->PythonFramework->Versions->3.x
  2. Delete all the records about python and anaconda in .bash_profile(find this hidden file by shift+command+.)
  3. Delete the anaconda navigator in applications
  4. Install the Anaconda again
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!