I have created an environment in Anaconda using environment.yml file. After activating the environment when I try to open Spyder IDE it shows up the following error message.
>(virtual_platform) thepro#thepro-HP-Pavilion-Notebook:~$ spyder
> Traceback (most recent call last):
File "/home/thepro/anaconda3/envs/virtual_platform/lib/python3.5/site-packages/qtpy/QtWebEngineWidgets.py", line 22, in <module>
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ImportError: /home/thepro/anaconda3/envs/virtual_platform/lib/python3.5/site-packages/numexpr/../../../libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libmirclient.so.9)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/thepro/anaconda3/envs/virtual_platform/bin/spyder", line 6, in <module>
sys.exit(spyder.app.start.main())
File "/home/thepro/anaconda3/envs/virtual_platform/lib/python3.5/site-packages/spyder/app/start.py", line 103, in main
from spyder.app import mainwindow
File "/home/thepro/anaconda3/envs/virtual_platform/lib/python3.5/site-packages/spyder/app/mainwindow.py", line 92, in <module>
from qtpy import QtWebEngineWidgets # analysis:ignore
File "/home/thepro/anaconda3/envs/virtual_platform/lib/python3.5/site-packages/qtpy/QtWebEngineWidgets.py", line 26, in <module>
from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage
ImportError: /home/thepro/anaconda3/envs/virtual_platform/lib/python3.5/site-packages/PyQt5/../../../libQt5WebKit.so.5: symbol _ZN15QQuickFlickable11contentItemEv, version Qt_5_PRIVATE_API not defined in file libQt5Quick.so.5 with link time reference
I am unable to sort it out using all previous suggested solutions on using other gcc versions.
Thanks in advance.
Related
For some reason Spyder is not launching when I try to start the application. I tried to then run it through the console, but run into this error:
(base) C:\>spyder
Traceback (most recent call last):
File "C:\Python\Anaconda3\lib\site-packages\qtpy\__init__.py", line 210, in <module>
from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
File "C:\Python\Anaconda3\lib\site-packages\spyder\app\start.py", line 233, in main
from spyder.app import mainwindow
File "C:\Python\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 42, in <module>
requirements.check_qt()
File "C:\Python\Anaconda3\lib\site-packages\spyder\requirements.py", line 44, in check_qt
import qtpy
File "C:\Python\Anaconda3\lib\site-packages\qtpy\__init__.py", line 216, in <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
I've tried running
pip3 install pyqt5
but I get the same error after this installation is completed when I try to launch Spyder through the console. Any advice on this issue?
Can also mention that I tried to download PySide, but couldn't complete the installation as some other errors appeared.
I'm having trouble with Anaconda Navigator. The program isn't lauching anymore, I think it happened after I shutdown my Windows 11 and forced the program to close. When I try to launch it in the Anaconda Prompt, I have the following lines of errors:
(base) C:\Users\user>anaconda-navigator
Traceback (most recent call last):
File "C:\Users\user\anaconda3\lib\site-packages\qtpy\__init__.py", line 209, in <module>
from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\user\anaconda3\Scripts\anaconda-navigator-script.py", line 10, in <module>
sys.exit(main())
File "C:\Users\user\anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 119, in main
from anaconda_navigator.app.start import start_app
File "C:\Users\user\anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 19, in <module>
from qtpy import PYQT5
File "C:\Users\user\anaconda3\lib\site-packages\qtpy\__init__.py", line 215, in <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
I've tried solutions in Stackoverflow and already reinstalled the program, but nothing worked yet. If anyone can help, I will appreciate very much!
EDIT: The program returned to normal alone, don't know what happened.
Traceback (most recent call last):
File "C:\Users\Naveen\anaconda3\lib\site-packages\qtpy\__init__.py", line 204, in <module>
from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\Naveen\anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main()) File "C:\Users\Naveen\AppData\Roaming\Python\Python37\site-packages\spyder\app\start.py", line 200, in main
from spyder.app import mainwindow File "C:\Users\Naveen\AppData\Roaming\Python\Python37\site-packages\spyder\app\mainwindow.py", line 53, in <module>
requirements.check_qt() File "C:\Users\Naveen\AppData\Roaming\Python\Python37\site-packages\spyder\requirements.py", line 41, in check_qt
import qtpy File "C:\Users\Naveen\anaconda3\lib\site-packages\qtpy\__init__.py", line 210, in <module>
raise PythonQtError('No Qt bindings could be found') qtpy.PythonQtError: No Qt bindings could be found
The first error looks like you are missing the pyside module. Can you run
conda install PySide
or
pip install PySide
and see if this fixed that error?
I just installed Anaconda3-2020.02 on my Windows 10 computer but the Anaconda navigator GUI is not running when I launched it the same problem with Spyder. The following error was reported in the command line:
Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\qtpy__init__.py", line 204, in from PySide import version as PYSIDE_VERSION # analysis:ignore ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\ProgramData\Anaconda3\Scripts\anaconda-navigator-script.py", line 6, in from anaconda_navigator.app.main import main File "C:\ProgramData\Anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 22, in from anaconda_navigator.utils.conda import is_conda_available File "C:\ProgramData\Anaconda3\lib\site-packages\anaconda_navigator\utils__init__.py", line 15, in from qtpy.QtGui import QIcon File "C:\ProgramData\Anaconda3\lib\site-packages\qtpy__init__.py", line 210, in raise PythonQtError('No Qt bindings could be found') qtpy.PythonQtError: No Qt bindings could be found
Any ideas as to what the problem might be and how to solve it will be appreciated.
I am working on Win10, 64bit. I have installed "Anaconda3-2019.03-Windows-x86_64". When I am going to launch Jupyter from Anaconda,the following error occurs:
Traceback (most recent call last):
File "C:\Users\usatapat\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 10, in
import sqlite3
File "C:\Users\usatapat\AppData\Local\Continuum\anaconda3\lib\sqlite3\__init__.py", line 23, in
from sqlite3.dbapi2 import *
File "C:\Users\usatapat\AppData\Local\Continuum\anaconda3\lib\sqlite3\dbapi2.py", line 27, in
from _sqlite3 import *
ImportError: DLL load failed: The specified procedure could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\usatapat\AppData\Local\Continuum\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in
from notebook.notebookapp import main
File "C:\Users\usatapat\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\notebookapp.py", line 86, in
from .services.sessions.sessionmanager import SessionManager
File "C:\Users\usatapat\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 13, in
from pysqlite2 import dbapi2 as sqlite3
ModuleNotFoundError: No module named 'pysqlite2' "
I have uninstalled and installed anaconda. But still this issue not resolved.