Closed alkuzad closed 6 years ago
use pip?
easy_install is builtin to setuptools and it's used by it internally to manage building/testing process. Of course I can install xvfbwrapper via pip manually but it's workaround as dependency has to be removed from pypi package and explictly marked in docs "Hey, it depends on xvfbwrapper but you have to install it separatelly". I would like to create pypi package that someone can install and continue, without any problems.
I could install your "test" example using 'pip install .' but it fails with 'python setup.py install'.
I don't have much time for supporting this project, but happy to merge a PR if you can fix... or help diagnose the cause of the setup issue.
On Tuesday, May 8, 2018, Dawid Gosławski notifications@github.com wrote:
easy_install is builtin to setuptools and it's used by it internally to manage building/testing process. Of course I can install xvfbwrapper via pip manually but it's workaround as dependency has to be removed from pypi package and explictly marked in docs "Hey, it depends on xvfbwrapper but you have to install it separatelly". I would like to create pypi package that someone can install and continue, without any problems.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cgoldberg/xvfbwrapper/issues/33#issuecomment-387553443, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD7-dLp9AtWoAWfHUOy8gw61cJszE0hks5twhLfgaJpZM4T21NB .
Instead easy_install prints error: