MacOS Conda Package Issue

Today I want to create an environment via conda, but I got an error when I typed the following command: $ conda create -n notion python=3.7 Channels: - defaults Platform: osx-arm64 Collecting package metadata (repodata.json): done Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: - python=3.7* Current channels: - defaults To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page. By some searching, I first tried the command conda config --append channels conda-forge, but the problem still persists. ...

2025-06-29 · 1 min · 131 words · ssdxx

Apple Intelligence Network Troubleshooting

Recently I’ve set up the Apple Intelligence, but I can’t log in to my ChatGPT account. The main reason for the problem is the special network environment in the Chinese mainland. It can be solved by adding the following domain to the proxy rules: apple-relay.cloudflare.com apple-relay.apple.com

2025-06-18 · 1 min · 46 words · ssdxx

Esp32 Flash Troubleshooting

When I wanted to flash a firmware into the ESP32, I got the error as below: A fatal error occurred: Failed to write to target RAM (result was 01070000: Operation timed out) After some searching, I found that I missed a USB driver. The driver can be downloaded at https://www.wch.cn/downloads/CH34XSER_MAC_ZIP.html

2025-06-13 · 1 min · 50 words · ssdxx