Skip to content

Cannot install aioble lib in Raspberry Pi Pico W. #535

@shbobur

Description

@shbobur

I am running MicroPython v1.19.1 on Pico W.

When I try to install package aioble through minicom I get this error:

>>> upip.install('micropython-aioble')\
   Installing to: /lib/
   Warning: micropython.org SSL certificate is not validated
   Error installing 'micropython-aioble': Package not found, packages may be partially installed

And if I install it without word micropython I get this result:

>>> upip.install('aioble')
   Installing to: /lib/
   Warning: micropython.org SSL certificate is not validated
   Installing aioble 0.0.1 from 
   https://files.pythonhosted.org/packages/08/28/d966a681939c373bee078e0afb9afe776cf1739dd0ee5e76d12a838e1825/aioble-0.0.1-py3.6.egg
   Error installing 'aioble': compression header, packages may be partially installed

I know in both cases errors are self descriptive. But what can I do in these case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions