Code Monkey home page Code Monkey logo

piano-poe's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

piano-poe's Issues

When I install this for Python 3, I get errors about missing sequencer, ValueError, "Unknown bases class in event type: "+event.name, and others

When I install this for Python 3, I get the following error. After correcting the print() function, I get another error (below). Has this been tested to work in the latest versions of Python 3?
I am using Anaconda (base) environment, which is Python 3.7.1 now.

I get an error about "No sequencer available for win32 platform." Not sure what this means with this software.

Please advise about what other changes are needed to get this working for Python 3. At the end of this year, Pythom will officially be phased out, with no official support.

(base) C:\Users\pianogeeks\Desktop\PyMusic\python-midi-master>python setup.py install
No sequencer available for win32 platform.
C:\ProgramData\Anaconda3\lib\site-packages\setuptools\dist.py:388: UserWarning: Normalizing 'v0.2.3' to '0.2.3'
normalized_version,
running install
running bdist_egg
running egg_info
creating midi.egg-info
writing midi.egg-info\PKG-INFO
writing dependency_links to midi.egg-info\dependency_links.txt
writing top-level names to midi.egg-info\top_level.txt
writing manifest file 'midi.egg-info\SOURCES.txt'
reading manifest file 'midi.egg-info\SOURCES.txt'
writing manifest file 'midi.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\midi
copying src_init_.py -> build\lib\midi
copying src\containers.py -> build\lib\midi
copying src\events.py -> build\lib\midi
copying src\util.py -> build\lib\midi
copying src\fileio.py -> build\lib\midi
copying src\constants.py -> build\lib\midi
creating build\bdist.win-amd64
creating build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\midi
copying build\lib\midi\constants.py -> build\bdist.win-amd64\egg\midi
copying build\lib\midi\containers.py -> build\bdist.win-amd64\egg\midi
copying build\lib\midi\events.py -> build\bdist.win-amd64\egg\midi
copying build\lib\midi\fileio.py -> build\bdist.win-amd64\egg\midi
copying build\lib\midi\util.py -> build\bdist.win-amd64\egg\midi
copying build\lib\midi_init_.py -> build\bdist.win-amd64\egg\midi
byte-compiling build\bdist.win-amd64\egg\midi\constants.py to constants.cpython-36.pyc
byte-compiling build\bdist.win-amd64\egg\midi\containers.py to containers.cpython-36.pyc
byte-compiling build\bdist.win-amd64\egg\midi\events.py to events.cpython-36.pyc
File "build\bdist.win-amd64\egg\midi\events.py", line 18
raise ValueError, "Unknown bases class in event type: "+event.name
^
SyntaxError: invalid syntax

byte-compiling build\bdist.win-amd64\egg\midi\fileio.py to fileio.cpython-36.pyc
File "build\bdist.win-amd64\egg\midi\fileio.py", line 20
raise TypeError, "Bad header in MIDI file."
^
SyntaxError: invalid syntax

byte-compiling build\bdist.win-amd64\egg\midi\util.py to util.cpython-36.pyc
byte-compiling build\bdist.win-amd64\egg\midi_init_.py to init.cpython-36.pyc
creating build\bdist.win-amd64\egg\EGG-INFO
installing scripts to build\bdist.win-amd64\egg\EGG-INFO\scripts
running install_scripts
running build_scripts
creating build\scripts-3.6
copying and adjusting scripts\mididump.py -> build\scripts-3.6
copying and adjusting scripts\mididumphw.py -> build\scripts-3.6
copying and adjusting scripts\midiplay.py -> build\scripts-3.6
creating build\bdist.win-amd64\egg\EGG-INFO\scripts
copying build\scripts-3.6\mididump.py -> build\bdist.win-amd64\egg\EGG-INFO\scripts
copying build\scripts-3.6\mididumphw.py -> build\bdist.win-amd64\egg\EGG-INFO\scripts
copying build\scripts-3.6\midiplay.py -> build\bdist.win-amd64\egg\EGG-INFO\scripts
copying midi.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying midi.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying midi.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying midi.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist\midi-0.2.3-py3.6.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing midi-0.2.3-py3.6.egg
Copying midi-0.2.3-py3.6.egg to c:\programdata\anaconda3\lib\site-packages
Adding midi 0.2.3 to easy-install.pth file
Installing mididump.py script to C:\ProgramData\Anaconda3\Scripts
Installing mididumphw.py script to C:\ProgramData\Anaconda3\Scripts
Installing midiplay.py script to C:\ProgramData\Anaconda3\Scripts

Installed c:\programdata\anaconda3\lib\site-packages\midi-0.2.3-py3.6.egg
Processing dependencies for midi==0.2.3
Finished processing dependencies for midi==0.2.3

(base) C:\Users\pianogeeks\Desktop\PyMusic\python-midi-master>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.