bobfang1992 / pytomlpp

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

Fix conda build #7

Closed bobfang1992 closed 4 years ago

bobfang1992 commented 4 years ago

Seems recent changes have broken the conda build.

source tree in: /home/bfang/miniconda3/envs/dev/conda-bld/pytomlpp_1592645157396/work
export PREFIX=/home/bfang/miniconda3/envs/dev/conda-bld/pytomlpp_1592645157396/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla
export SRC_DIR=/home/bfang/miniconda3/envs/dev/conda-bld/pytomlpp_1592645157396/work
ERROR: Could not find a version that satisfies the requirement pybind11~=2.5 (from versions: none)
ERROR: No matching distribution found for pybind11~=2.5

I need to do some research on how to fix this.