arokem / python-matlab-bridge

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

pip install getting old(?) version #237

Closed bwilfley closed 8 years ago

bwilfley commented 8 years ago

Hi all,

(Please forgive my newbish question.)

I installed pymatbridge using pip3. When I look at the code publish.py, it appears that I'm getting a version before the fix for IPython.nbformat.

Should I be installing from the PyPI package?

Thanks

arokem commented 8 years ago

You are correct. It's been a while since we put out a release (May 2015). I have been limited in terms of bandwidth to work on this, and I no longer have access to Matlab(!). And Octave has not been too cooperative lately either (see our automated testing...), so it's been challenging to maintain this. Nevertheless, we should probably put out a release soon.

On Mon, May 16, 2016 at 3:25 PM, bwilfley notifications@github.com wrote:

Hi all,

(Please forgive my newbish question.)

I installed pymatbridge using pip3. When I look at the code publish.py, it appears that I'm getting a version before the fix for IPython.nbformat.

Should I be installing from the PyPI package?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/arokem/python-matlab-bridge/issues/237

arokem commented 8 years ago

For the time being: best to install from the current master branch on Github.

On Tue, May 17, 2016 at 5:34 AM, Ariel Rokem arokem@gmail.com wrote:

You are correct. It's been a while since we put out a release (May 2015). I have been limited in terms of bandwidth to work on this, and I no longer have access to Matlab(!). And Octave has not been too cooperative lately either (see our automated testing...), so it's been challenging to maintain this. Nevertheless, we should probably put out a release soon.

On Mon, May 16, 2016 at 3:25 PM, bwilfley notifications@github.com wrote:

Hi all,

(Please forgive my newbish question.)

I installed pymatbridge using pip3. When I look at the code publish.py, it appears that I'm getting a version before the fix for IPython.nbformat.

Should I be installing from the PyPI package?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/arokem/python-matlab-bridge/issues/237

bwilfley commented 8 years ago

Thanks, Ariel.

I found a reference to installing 'master' with pip:

pip3 install https://github.com/arokem/python-matlab-bridge/archive/master.tar.gz

Seems to have worked.