Open apavlo89 opened 5 years ago
same issue; even after installing pyqt5
tried the solution in
conda install -c rdonnelly python anaconda=custom Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/noarch/repodata.json.bz2 Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\', port=443): Max retries exceeded with url: /pkgs/free/noarch/repodata.json.bz2 (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available.",))',),)
turning off windows defender firewall doesnt help
uninstalling and reinstalling anaconda did resolve the issue
Actual Behavior
I try to launch anaconda and i get the following error. I've tried uninstalling, reinstalling. Deleting all leftover files i could find but nothing.. It used to work but now doesnt... Error talks about pyqt5 but I have installed it using pip install pyqt5 and that didn't fix the error (No Qt bindings could be found)
Traceback (most recent call last): File "C:\Users\PsyLab\Anaconda3\Scripts\anaconda-navigator-script.py", line 6, in
from anaconda_navigator.app.main import main
File "C:\Users\PsyLab\Anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 22, in
from anaconda_navigator.utils.conda import is_conda_available
File "C:\Users\PsyLab\Anaconda3\lib\site-packages\anaconda_navigator\utils__init.py", line 15, in
from qtpy.QtGui import QIcon
File "C:\Users\PsyLab\Anaconda3\lib\site-packages\qtpy\ init__.py", line 208, in
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
Expected Behavior
Well, it should launch lol.
Steps to Reproduce
anaconda-navigator
Anaconda or Miniconda version:
Anaconda
Operating System:
Windows 10
conda info
conda list --show-channel-urls