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

pip3 package doesn't work #186

Open
RogerLevy opened this issue Mar 20, 2021 · 2 comments
Open

pip3 package doesn't work #186

RogerLevy opened this issue Mar 20, 2021 · 2 comments

Comments

@RogerLevy
Copy link

RogerLevy commented Mar 20, 2021

Here is what I'm getting. I've tried it with and without sudo.

pi@raspberrypi:~/.local/lib/python3.7/site-packages $ sudo pip3 install python3-midi==0.2.5
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting python3-midi==0.2.5
  Using cached https://files.pythonhosted.org/packages/44/97/52e7742febb4a3b66d66160bfbf88dd80657fa1866d7aedaaa80e0cef547/python3_midi-0.2.5-py3-none-any.whl
Installing collected packages: python3-midi
Successfully installed python3-midi-0.2.5
pi@raspberrypi:~/.local/lib/python3.7/site-packages $ python3
Python 3.7.3 (default, Jul 25 2020, 13:03:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import midi
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'midi'
>>> import python3_midi
>>> python3_midi.sequencer
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'python3_midi' has no attribute 'sequencer'
@souris-dev
Copy link

The package you installed is an entirely different package it seems.

@lifeModder19135
Copy link

There were like 5-10 different 'python-midi' packages on Pypi last time I checked.

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

No branches or pull requests

3 participants