Closed Andrew-S-Rosen closed 1 year ago
The authorization API to create and retrieve access tokens on a user's behalf is not supported by GitHub anymore. I've moved the authorize
import out of the way. The workaround is to manually create a (classic) GitHub token with user
, repo
, and gist
permissions, and save it in the .emmet_credentials
file in your home directory.
In a fresh Python 3.8 environment, I
pip install .
'demmet-core
and thenemmet-cli
from the main branch and got the following traceback when doingemmet -h
.My current workaround is to use
emmet
0.2.0 and downgradegithub3.py
to 1.3.0. Definitely not sustainable...