Hi all!
I'm one of the maintainers of conda and my colleagues in the packaging team at Anaconda have investigated this bug and relased fixed version of the Python package to solve this once and for all.
Note: This only applies if you have Python 3.8 or 3.9 installed. It also seems specific to Windows. Please let us know if you've also seen this on other platforms.
It turns out it isn't an issue in conda itself (even though it was triggered by a change in conda) and needs to be fixed by updating the build of Python that comes with Anaconda Distribution or miniconda installations.
The necessary patches to the Python package have been applied to 3.8 and 3.9.
To mitigate the problem for your installation, you'll need to update Python in your conda base environment (make sure to activate first!).
conda deactivate
conda activate base
orC:\path\to\your\miniconda3\Scripts\activate.bat
C:\Users\jezdez\miniconda3\Scripts\activate.bat
)conda list -n base python
# packages in environment at C:\Users\jezdez\miniconda3:
#
# Name Version Build Channel
python 3.9.15 h6244533_2 defaults
conda install -n base python=3.8
conda install -n base python=3.9
Once updated, confirm that the update has fixed your environment:
conda create -n scipy-env scipy
to create a new environment and install scipy
into itconda env remove -n scipy-env
afterwardsOr try path/to/conda's/python -c "import ssl"
in a deactivated enviroment.
In case you've installed Python in any of your other conda environments, please follow the conda install python=3.8
or conda install python=3.9
step above while the environments are activated.
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing