You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I am trying to install the terminal into spyder, so I came across Article
when trying to run the conda install spyder-terminal -c spyder-ide
I got error,
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
To solve I came across a article in github Article
Later I once again ran the spyder terminal install comand, then this error starts come.
In the View->Panes->. (Nothing shows up)
Traceback
Traceback (most recent call last):
File "/Users/suryatejaachyuta/opt/anaconda3/lib/python3.9/site-packages/spyder_terminal/widgets/main_widget.py", line 303, in __wait_server_to_startself.create_new_term(give_focus=False)
File "/Users/suryatejaachyuta/opt/anaconda3/lib/python3.9/site-packages/spyder_terminal/widgets/main_widget.py", line 360, in create_new_termself, self.port, path=path, font=self.font.family(),
AttributeError: 'NoneType' object has no attribute 'family'
Initially I am trying to install the terminal into spyder, so I came across Article
when trying to run the
conda install spyder-terminal -c spyder-ide
I got error,
To solve I came across a article in github Article
mentioned to run
Later I once again ran the spyder terminal install comand, then this error starts come.
In the View->Panes->. (Nothing shows up)
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: