SorkinType / Merriweather

Merriweather is a serif typeface. It is offered in Variable font format and static formats ( OTF, TTF WOFF etc).
SIL Open Font License 1.1
268 stars 20 forks source link

Requirements text no longer works #485

Closed EbenSorkin closed 4 years ago

EbenSorkin commented 4 years ago

(venv) EbensiMacRetina:Merriweather3 ebensorkin$ deactivate EbensiMacRetina:Merriweather3 ebensorkin$ source venv/bin/activate (venv) EbensiMacRetina:Merriweather3 ebensorkin$ pip install -r requirements.txt Collecting git+https://github.com/googlefonts/gftools (from -r requirements.txt (line 2)) Cloning https://github.com/googlefonts/gftools to /private/var/folders/sw/29382xn53z389rqk6yvhfbnr0000gn/T/pip-buQCd7-build Complete output from command python setup.py egg_info: Download error on https://pypi.python.org/simple/setuptools_scm/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Download error on https://pypi.python.org/simple/setuptools-scm/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'setuptools_scm' (maybe misspelled?) Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for setuptools-scm Traceback (most recent call last): File "", line 1, in File "/private/var/folders/sw/29382xn53z389rqk6yvhfbnr0000gn/T/pip-buQCd7-build/setup.py", line 85, in 'vttlib', File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 111, in setup _setup_distribution = dist = klass(attrs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/dist.py", line 268, in init self.fetch_build_eggs(attrs['setup_requires']) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/dist.py", line 313, in fetch_build_eggs replace_conflicting=True, File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 843, in resolve dist = best[req.key] = env.best_match(req, ws, installer) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 1088, in best_match return self.obtain(req, installer) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 1100, in obtain return installer(requirement) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/dist.py", line 380, in fetch_build_egg return cmd.easy_install(req) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 632, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-scm')

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/sw/29382xn53z389rqk6yvhfbnr0000gn/T/pip-buQCd7-build/ (venv) EbensiMacRetina:Merriweather3 ebensorkin$ brew install woff2 Updating Homebrew... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae bison ✔ dhall-bash ispc nyx pre-commit termius abcmidi django-completion liquidctl oha pyside termtosvg ansible@2.8 dosbox-x livestreamer open-babel python-markdown theharvester ask-cli ejdb mercurial osc recon-ng tmux bandwhich exploitdb meson-internal osquery restview trezor-agent caddy fb-client mkvtomp4 passpie s3ql uhd cfengine futhark molecule pastebinit simgrid verilator cglm gimme mps-youtube pdftk-java spoof-mac wallpaper charm-tools golang-migrate mu peru ssh-audit yaegi cmark goreleaser mutt phpstan sslyze cmark-gfm hlint nicovideo-dl pius swift coturn ircd-hybrid node-build ponysay tarsnapper ==> Deleted Formulae deis deisctl

Warning: woff2 1.0.2 is already installed and up-to-date To reinstall 1.0.2, run brew reinstall woff2 (venv) EbensiMacRetina:Merriweather3 ebensorkin$ brew install sfnt2woff-zopfli Warning: bramstein/webfonttools/sfnt2woff-zopfli 1.1.0 is already installed and up-to-date To reinstall 1.1.0, run brew reinstall sfnt2woff-zopfli (venv) EbensiMacRetina:Merriweather3 ebensorkin$ chmod +x sources/build.sh (venv) EbensiMacRetina:Merriweather3 ebensorkin$ sources/build.sh Generating Static fonts sources/build.sh: line 9: fontmake: command not found (venv) EbensiMacRetina:Merriweather3 ebensorkin$

EbenSorkin commented 4 years ago

I solved this by deleting the venv and starting again afresh.