Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAGERUNTIME requires psutil #22098

Closed
jdemeyer opened this issue Dec 24, 2016 · 5 comments
Closed

SAGERUNTIME requires psutil #22098

jdemeyer opened this issue Dec 24, 2016 · 5 comments

Comments

@jdemeyer
Copy link

[dochtml] Traceback (most recent call last):
[dochtml]   File "/usr/local/src/sage-config/local/lib/python/runpy.py", line 163, in _run_module_as_main
[dochtml]     mod_name, _Error)
[dochtml]   File "/usr/local/src/sage-config/local/lib/python/runpy.py", line 111, in _get_module_details
[dochtml]     __import__(mod_name)  # Do not catch exceptions initializing package
[dochtml]   File "/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", line 23, in <module>
[dochtml]     import sage.all
[dochtml]   File "/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/all.py", line 92, in <module>
[dochtml]     from sage.misc.all       import *         # takes a while
[dochtml]   File "/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/misc/all.py", line 88, in <module>
[dochtml]     from .functional import (additive_order,
[dochtml]   File "/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/misc/functional.py", line 32, in <module>
[dochtml]     from sage.rings.complex_double import CDF
[dochtml]   File "sage/rings/integer.pxd", line 7, in init sage.rings.complex_double (build/cythonized/sage/rings/complex_double.c:23963)
[dochtml]   File "sage/rings/rational.pxd", line 8, in init sage.rings.integer (build/cythonized/sage/rings/integer.c:50753)
[dochtml]   File "sage/rings/fast_arith.pxd", line 3, in init sage.rings.rational (build/cythonized/sage/rings/rational.c:38564)
[dochtml]   File "sage/libs/cypari2/gen.pxd", line 5, in init sage.rings.fast_arith (build/cythonized/sage/rings/fast_arith.c:8566)
[dochtml]   File "/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/libs/cypari2/__init__.py", line 1, in <module>
[dochtml]     from .pari_instance import pari
[dochtml]   File "sage/libs/cypari2/pari_instance.pyx", line 453, in init sage.libs.cypari2.pari_instance (build/cythonized/sage/libs/cypari2/pari_instance.c:17938)
[dochtml]   File "sage/libs/cypari2/pari_instance.pyx", line 517, in sage.libs.cypari2.pari_instance.PariInstance.__init__ (build/cythonized/sage/libs/cypari2/pari_instance.c:11448)
[dochtml]   File "/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/misc/getusage.py", line 79, in virtual_memory_limit
[dochtml]     import psutil
[dochtml] ImportError: No module named psutil

Component: build

Author: Jeroen Demeyer

Branch/Commit: f111769

Reviewer: Volker Braun

Issue created by migration from https://trac.sagemath.org/ticket/22098

@jdemeyer jdemeyer added this to the sage-7.5 milestone Dec 24, 2016
@jdemeyer
Copy link
Author

@jdemeyer
Copy link
Author

Commit: f111769

@jdemeyer
Copy link
Author

New commits:

f111769SAGERUNTIME requires psutil

@vbraun
Copy link
Member

vbraun commented Dec 25, 2016

Reviewer: Volker Braun

@vbraun
Copy link
Member

vbraun commented Dec 26, 2016

Changed branch from u/jdemeyer/sageruntime_requires_psutil to f111769

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants