poetry install hang #1591
Replies: 4 comments 24 replies
-
Sometimes poetry can take a really long time to resolve package dependencies. What Python version are you using? How long did you actually wait? |
Beta Was this translation helpful? Give feedback.
-
Hi Dlech, Now I can build image for primehub and download image now. May I know how to get this branch to latest master and build image? I try with "git branch -a | grep bluetooth" but can't find this branch. Thanks a lot. https://github.com/nkarstens/pybricks-micropython/tree/bluetooth-toggle |
Beta Was this translation helpful? Give feedback.
-
Hi Lechner, Sometime when I compile code I got this errors. How to recover when this issue happen? Thanks a lot. (pybricks-micropython-py3.10) nk@nk-ThinkPad-X250:~/pybricks-micropython$ make primehub
make[1]: Entering directory '/home/nk/pybricks-micropython/micropython/mpy-cross'
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
make[1]: Leaving directory '/home/nk/pybricks-micropython/micropython/mpy-cross'
make[1]: Entering directory '/home/nk/pybricks-micropython/bricks/primehub'
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
Including _hub_extra as a module.
make[1]: Leaving directory '/home/nk/pybricks-micropython/bricks/primehub' |
Beta Was this translation helpful? Give feedback.
-
Hi Lechner, Sorry, another issue. When I download firmware.zip at Ubuntu, chrome, I got this error. What need I do for Ubuntu download firmware? Thanks a lot. An unexpected error occurred. Please consider reporting this so we can make a better error message. Failed to execute 'open' on 'USBDevice': Access denied. Expand for detailed technical information |
Beta Was this translation helpful? Give feedback.
-
Hi pybricks team,
Thanks for all the efforts on pybricks! It is truly great!
I am new to Pybricks and this is the first time I try to compile code.
When I follow this, https://github.com/pybricks/pybricks-micropython/blob/master/CONTRIBUTING.md
My setup just hang there after I run "poetry install"
Anything I forgot for this issue? Thanks a lot.
Here is the log:
max@max-Default-string:~/pybricks-micropython$ poetry install
Installing dependencies from lock file
Package operations: 151 installs, 1 update, 0 removals
Best regards,
wu
Beta Was this translation helpful? Give feedback.
All reactions