Closed abatten closed 3 years ago
I added pybind to the setup_requires
, which hopefully fixes this
Hopefully! I'll try installing it when 2.0.5 becomes available on pip.
The 2.0.5 version on Pypi is only available in for python 2.7 with OSX. Are you able to create the wheel for a Universal Python and OS?
i.e Add this to the top of your setup.cfg file.
[bdist_wheel]
universal=1
Then execute after clearing your dist directory.
python setup.py sdist bdist_wheel
twine upload dist/*
Just tried reuploading, looks like I needed to run the setup.py in py2 and py3?
Closing as a lot has changed and likely not an issue anymore (e.g. not called pyymw16 anymore!)
When I install pyymw16 from pip I am given the following error. Although it does install correctly, it gives the illusion the process has failed.
I believe this is due to
import pybind11
in the setup.py file. It searches for a module within pyymw16 called pybind11 and when it can't find one it raises this error it then installs pybind11.