Inky pHat not working- not sure what i did wrong!

So i am trying to just run the basic examples on the inky pHat, heres the traceback:

 Traceback (most recent call last):
  File "name-badge.py", line 29, in <module>
inky_display = InkyPHAT(colour)
  File "/usr/local/lib/python2.7/dist-packages/inky/phat.py", line 27, in __init__
v_flip=False)
  File "/usr/local/lib/python2.7/dist-packages/inky/inky.py", line 74, in __init__
self.eeprom = eeprom.read_eeprom()
  File "/usr/local/lib/python2.7/dist-packages/inky/eeprom.py", line 103, in read_eeprom
i2c = SMBus(1)
  File "/usr/local/lib/python2.7/dist-packages/smbus2/smbus2.py", line 279, in __init__
self.open(bus)
  File "/usr/local/lib/python2.7/dist-packages/smbus2/smbus2.py", line 308, in open
self.fd = os.open(filepath, os.O_RDWR)
OSError: [Errno 2] No such file or directory: '/dev/i2c-1'

Try running sudo pip2 install inky from a terminal window.
Then see if the example works

I have the same problem…Did you solve it?

I have the same problem. running this says the requirement is already satisfied.

It will be
sudo pip3 install inky
these days.
I don’t own an inky, was just trying to help the OP.

EDIT: try this, it was posted in a similar thread.
pip3 install inky[rpi,fonts]