bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

Unable to pip install in Venv python 3.9. mac osx #45

Closed HH0718 closed 3 years ago

HH0718 commented 3 years ago

Trying to install using pip 20.3.3 in venv for python 3.9 returns:

ERROR: Could not find a version that satisfies the requirement pytomlpp ERROR: No matching distribution found for pytomlpp

Trying to clone per readme instructions with git also give the following error:

(venv) admin@admins-MBP projectNew git clone git@github.com:bobfang1992/pytomlpp.git --recurse-submodules=third_party/tomlplusplus --shallow-submodules
Cloning into 'pytomlpp'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
bobfang1992 commented 3 years ago

Hi, thanks for the report. I will take a look at this later today.

bobfang1992 commented 3 years ago

This has been fixed now.