Я все перепробовал. Я установил Python 3.87 и Anaconda 3 на мой Windows компьютер. Вчера все работало отлично, но сегодня не откроется.
Я пытался удалить и переустановить все, но все равно не повезло. Если я пытаюсь открыть anaconda, похоже, что программа начинает открываться, но затем просто останавливается и ничего не делает. Пробовал работать от имени администратора, пытался добавить все правильные пути к переменным среды в свойствах системы.
Когда я пытаюсь "conda update conda" в терминале, он просто начинает перечислять то, что у меня было в моих .py файлах из курса cra sh, который я делал из папки на рабочем столе. Я не понимаю, как это исправить.
Я просто пытаюсь запустить Python с помощью Spyder, чтобы я мог научиться основам c кодированию.
C:\Users\Karmic Dreamwork.000>**conda update conda**
ctrl+enter runs script
You can add (+), subtract (-), multiply (*), and divide (/) integers in Python.
numbers with a decimal are called a 'float'
how to fix type errors
Happy 23rd Birthday!
python doesn't know whether you want 23 or 2 and 3, use the string function to fix this error
Happy 23rd Birthday!
use # for comments
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Traceback (most recent call last):
File "D:\Users\KarmicDreamwork\Anaconda\Scripts\conda-script.py", line 12, in <module>
sys.exit(main())
File "D:\Users\KarmicDreamwork\Anaconda\lib\site-packages\conda\cli\main.py", line 149, in main
from ..exceptions import conda_exception_handler
File "D:\Users\KarmicDreamwork\Anaconda\lib\site-packages\conda\exceptions.py", line 25, in <module>
from .common.io import dashlist, timeout
File "D:\Users\KarmicDreamwork\Anaconda\lib\site-packages\conda\common\io.py", line 33, in <module>
from .._vendor.tqdm import tqdm
File "D:\Users\KarmicDreamwork\Anaconda\lib\site-packages\conda\_vendor\tqdm\__init__.py", line 8, in <module>
from ._tqdm import tqdm
File "D:\Users\KarmicDreamwork\Anaconda\lib\site-packages\conda\_vendor\tqdm\_tqdm.py", line 18, in <module>
from numbers import Number
ImportError: cannot import name 'Number' from 'numbers' (C:\Users\Karmic Dreamwork.000\Desktop\python_work\numbers.py)
C:\Users\Karmic Dreamwork.000>