[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 deleted it and now everything works fine :)

Thank you very much for your time!

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/1789448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2018-08-28 Thread Nils Moschuering
Public bug reported:

The following reproduces the problem for me, even after upgrading all
packages:

me@my_computer:$ python
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.optimize import curve_fit
RuntimeError: module compiled against API version 0xb but this version of numpy 
is 0xa
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/scipy/optimize/__init__.py", line 232, 
in 
from .optimize import *
  File "/usr/lib/python2.7/dist-packages/scipy/optimize/optimize.py", line 37, 
in 
from .linesearch import (line_search_wolfe1, line_search_wolfe2,
  File "/usr/lib/python2.7/dist-packages/scipy/optimize/linesearch.py", line 
18, in 
from scipy.optimize import minpack2
ImportError: numpy.core.multiarray failed to import
>>> 

My ubuntu version:
Description:Ubuntu 18.04.1 LTS
Release:18.04

I'll attach the version of all my packages to this report.

** Affects: python-scipy (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Output of `apt list --installed`"
   
https://bugs.launchpad.net/bugs/1789448/+attachment/5181768/+files/apt_installed.txt

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/1789448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1664292] [NEW] apt-get typo in suggested packages

2017-02-13 Thread Nils Moschuering
Public bug reported:

When invoking `sudo apt-get install libhdf5-openmpi-dev` I get the
following text

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libaec-dev libhdf5-openmpi-10 libhwloc-dev libibverbs-dev libjpeg-dev 
libjpeg-turbo8-dev libjpeg8-dev
  libnuma-dev libopenmpi-dev zlib1g-dev
Suggested packages:
  libhdf5-doc opennmpi-doc

where there is a typo in the last line.
What I expected to happen: openmpi-doc
What happened instead: opennmpi-doc

Additional information:
1. lsb_release -rd:
Description:Ubuntu 16.04.1 LTS
Release:16.04
2. apt-cache policy apt:
apt:
  Installed: 1.2.19
  Candidate: 1.2.19
  Version table:
 *** 1.2.19 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.2.15ubuntu0.2 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
 1.2.10ubuntu1 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

** Affects: apt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664292

Title:
  apt-get typo in suggested packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1664292/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs