arokem / python-matlab-bridge

A simple Python => MATLAB(R) interface and a matlab_magic for ipython
BSD 2-Clause "Simplified" License
332 stars 97 forks source link

Install fails on Windows Python 3.6 #249

Open dapperfu opened 7 years ago

dapperfu commented 7 years ago

image

Also tested the latest by installing from github and from with the same error.

pip install git+https://github.com/arokem/python-matlab-bridge.git#egg=pymatbridge

python setup.py build
Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    from pymatbridge.messenger.make import get_messenger_dir
ModuleNotFoundError: No module named 'pymatbridge'

Both Python 3.5 & 3.6 have pip version 9.0.1.