[Bug 1789448] Re: python-scipy does not work because of numpy API mismatch

2018-08-29 Thread Dmitry Shachnev
** Changed in: python-scipy (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789448 Title: python-scipy does not work because of numpy API mismatch To manage

[Bug 1789448] Re: python-scipy does not work because of numpy API mismatch

2018-08-29 Thread Nils Moschuering
You're right! I get: me@mycomputer:$ python -c "import numpy; print(numpy)" This is really strange I don't remember installing anything like that on my own. ls /home/me/.local/lib/python2.7/site-packages gives me a lot of packages. It was probably installed alongside pandas or something. I

[Bug 1789448] Re: python-scipy does not work because of numpy API mismatch

2018-08-28 Thread Julian Taylor via ubuntu-bugs
you probably have a local numpy installed which is too old for the packaged scipy check if you get the same output: python -c "import numpy; print(numpy)" if it is different remove or upgrade the other numpy installation. -- You received this bug notification because you are a member of