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

This extension does not work with EV3 micropython v1.0.0 #1

Open
stolendust opened this issue Oct 12, 2019 · 2 comments
Open

This extension does not work with EV3 micropython v1.0.0 #1

stolendust opened this issue Oct 12, 2019 · 2 comments
Assignees
Labels
bug Something isn't working Testing Testing the proposed fix in dev

Comments

@stolendust
Copy link

Dear Klutzy,

Thank you for this amazing extension. I'm doing a project for the contest of FLL 2019 with EV3 micropython. But I am confused that EV3 micropython currently released is not supporting Enum which is used in this extension and lego-micropython-skeleton. Could you help me out?

@KlutzyBubbles
Copy link
Owner

Hi stolendust,

That was actually something that i found out about a week ago. I am working on a fix now, to be honest i didn't think anyone would use this in its current state, its an incomplete build along with all of the bugs etc.

I will label it as a known bug and probably speed up development for a fix. I am trying to contact Lego to get the source for their micropython implementation so i can extend it directly.

@KlutzyBubbles KlutzyBubbles added the bug Something isn't working label Oct 18, 2019
@KlutzyBubbles KlutzyBubbles self-assigned this Oct 18, 2019
@KlutzyBubbles
Copy link
Owner

Hi @stolendust,

I have updated the dev branch and the PyPi dev build with an updated version, although i don't think the update will fix your problem. After further investigation i found out i only use the Enum class in the EV3 Skeleton, which should only be installed on the development machine (NOT the EV3), whereas the extension should be installed to the EV3 project folder.

Either way the development version is now available and it would be great to know if everything is working (i believe most of it is but i haven't created any test cases yet).

https://pypi.org/project/lego-mp-extension/0.2.0.dev1910201901/

pip install -t . --upgrade lego-mp-extension==0.2.0.dev1910201901

pip install lego-mp-skeleton

Both commands should be run on the development machine in the root of the project folder :)

Let me know if you have any further questions, sorry for the late reply.

@KlutzyBubbles KlutzyBubbles added the Testing Testing the proposed fix in dev label Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Testing Testing the proposed fix in dev
Projects
None yet
Development

No branches or pull requests

2 participants