Skip to content

Conversation

@theelectricmayhem
Copy link
Contributor

I tried installing adafruit-circuitpython-pyportal, but it failed because it couldn't find "adafruit-circuitpython-bitmapfont," which doesn't exist.

The correct library name is "adafruit-circuitpython-bitmap-font"

Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for resolving this issue theelectricmayhem.

I confirmed the existing setup fails when it gets to the bitmapfont requirement:

Collecting adafruit-circuitpython-bitmapfont (from adafruit-circuitpython-pyportal)
  Could not find a version that satisfies the requirement adafruit-circuitpython-bitmapfont (from adafruit-circuitpython-pyportal) (from versions: )
No matching distribution found for adafruit-circuitpython-bitmapfont (from adafruit-circuitpython-pyportal)

New version with the dash does work as expected:

> pip3 install adafruit-circuitpython-bitmap-font 
Collecting adafruit-circuitpython-bitmap-font

...Requirements installing successfully...

Installing collected packages: adafruit-circuitpython-bitmap-font
Successfully installed adafruit-circuitpython-bitmap-font-1.1.2

@jepler jepler merged commit 00966e0 into adafruit:master Apr 25, 2020
@theelectricmayhem theelectricmayhem deleted the patch-2 branch April 26, 2020 20:11
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Apr 28, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x to 1.11.2 from 1.11.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_ADXL34x#23 from adafruit/tap_typo

Updating https://github.com/adafruit/Adafruit_CircuitPython_CCS811 to 1.3.0 from 1.2.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_CCS811#42 from anlorn/add_functions_to_set_get_baseline

Updating https://github.com/adafruit/Adafruit_CircuitPython_PyPortal to 3.2.3 from 3.2.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#76 from FoamyGuy/remove_old_imports
  > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#77 from theelectricmayhem/master
  > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#75 from theelectricmayhem/patch-2
  > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#74 from virgilvox/master
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

Successfully merging this pull request may close these issues.

3 participants