pydot
pydot copied to clipboard
Unknown distribution option: 'install_requires'
$ python3 setup.py install
/usr/local/Cellar/python3/3.4.1_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
Shouldn't pyparsing
be in the dependencies
dict?
You should be using pip to install the package, not distutils.
Try this:
python -m pip install ./pydot