Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py imports the module it's installing and doesn't declare dependency #4

Closed
tlynn opened this issue Jan 8, 2013 · 1 comment
Closed

Comments

@tlynn
Copy link

tlynn commented Jan 8, 2013

This causes problems when the dependencies (pyserial) haven't yet been installed.

Please maintain the version number manually rather than using pyfirmata.version directly.

Please also declare the pyserial dependency using install_requires=['pyserial'].

@tino
Copy link
Owner

tino commented Jan 21, 2013

This is fixed in the latest release.

@tino tino closed this as completed Jan 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants