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

Readme dependencies out of date #190

Closed
becca01s opened this issue Feb 27, 2024 · 2 comments
Closed

Readme dependencies out of date #190

becca01s opened this issue Feb 27, 2024 · 2 comments

Comments

@becca01s
Copy link

I was running a lab today and ran into a lot of issues students were having. Tracked it down to the most recent update (7.0) having a dependency on https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager Connection Manager. Currently I can't really see if this is listed anywhere, so its unclear where to point people to install. Am I missing something? Or is it just a link on the Readme.md that needs updating? For what its worth, installing the appropriate mpx connection manager in the /lib folder seems to work.

@mMerlin
Copy link
Contributor

mMerlin commented Feb 27, 2024

Don't know about the readme, but I encounterd that issue doing some testing. The (a) fix is:

circup install adafruit_connection_manager

Assuming you have cirup installed. Something like:

pipenv install --dev circup

@FoamyGuy
Copy link
Contributor

This is now listed in the dependencies section of the readme from #191. Thank you for reporting.

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

3 participants