asymptote: missing xasy PyQt5 dependency

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Howard
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal
C
C
Christopher Howard wrote on 15 Jan 2020 23:28
(address . bug-guix@gnu.org)
1d431a5460d2ac739b922df93c9413e2f401fb1f.camel@alaskasi.com
christopher@eowyn ~$ guix time-machine --
commit=44ce3ebb46a4e63a892ef1aac2c7b5fa3dec28ce -- environment --
container --ad-hoc asymptote
Updating channel 'guix' from Git repository at
'/home/christopher/Repos/guix-local'...
<snip>
building database for manual pages...
building /gnu/store/05illyrpjjbfcan3cs1n632ixr2a0cpf-profile.drv...
guix environment: error: mount: mount "/home/christopher" on
"/tmp/guix-directory.s2enGM//home/christopher": Invalid argument
christopher@eowyn ~$ guix time-machine --
commit=44ce3ebb46a4e63a892ef1aac2c7b5fa3dec28ce -- environment --pure
--ad-hoc asymptote
Updating channel 'guix' from Git repository at
'/home/christopher/Repos/guix-local'...
christopher@eowyn ~ [env]$ echo $PATH
/gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-profile/bin
christopher@eowyn ~ [env]$ /gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-
profile/bin/xasy
Traceback (most recent call last):
File "/gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-profile/bin/xasy",
line 4, in <module>
import PyQt5.QtWidgets as Qw
ModuleNotFoundError: No module named 'PyQt5'

--
Christopher Howard
Enterprise Solutions Manager
Alaska Satellite Internet
PO Box 70, Ester, AK 99725
3239 La Ree Way, Fairbanks, AK 99709
907.451.0088
1.888.396.5623
www.alaskasatelliteinternet.com
N
N
Nicolas Goaziou wrote on 16 Jan 2020 17:11
(name . Christopher Howard)(address . christopher@alaskasi.com)(address . 39147-done@debbugs.gnu.org)
877e1rv0t4.fsf@nicolasgoaziou.fr
Hello,

Christopher Howard <christopher@alaskasi.com> writes:

Toggle quote (25 lines)
> christopher@eowyn ~$ guix time-machine --
> commit=44ce3ebb46a4e63a892ef1aac2c7b5fa3dec28ce -- environment --
> container --ad-hoc asymptote
> Updating channel 'guix' from Git repository at
> '/home/christopher/Repos/guix-local'...
> <snip>
> building database for manual pages...
> building /gnu/store/05illyrpjjbfcan3cs1n632ixr2a0cpf-profile.drv...
> guix environment: error: mount: mount "/home/christopher" on
> "/tmp/guix-directory.s2enGM//home/christopher": Invalid argument
> christopher@eowyn ~$ guix time-machine --
> commit=44ce3ebb46a4e63a892ef1aac2c7b5fa3dec28ce -- environment --pure
> --ad-hoc asymptote
> Updating channel 'guix' from Git repository at
> '/home/christopher/Repos/guix-local'...
> christopher@eowyn ~ [env]$ echo $PATH
> /gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-profile/bin
> christopher@eowyn ~ [env]$ /gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-
> profile/bin/xasy
> Traceback (most recent call last):
> File "/gnu/store/g5flp9s0d50z20dhla31949glwmny8y3-profile/bin/xasy",
> line 4, in <module>
> import PyQt5.QtWidgets as Qw
> ModuleNotFoundError: No module named 'PyQt5'

Fixed in 1b4c5af29c364969dbeb33681d641640283fbced. Thank you!

Regards,

--
Nicolas Goaziou
Closed
C
C
Christopher Howard wrote on 16 Jan 2020 21:44
Re: bug#39147: closed (Re: bug#39147: asymptote: missing xasy PyQt5 dependency)
(address . 39147@debbugs.gnu.org)
d3349c7d495e33b571a714995ca796cc2253f72b.camel@alaskasi.com
Hello, there appears to be other dependencies missing:

christopher@eowyn ~$ guix time-machine --
commit=1b4c5af29c364969dbeb33681d641640283fbced -- environment --pure
--ad-hoc asymptote
Updating channel 'guix' from Git repository at
'/home/christopher/Repos/guix-local'...
christopher@eowyn ~ [env]$ xasy
Traceback (most recent call last):
File "/gnu/store/0dywcs4jvq6p8zmncammj7s41m570gl7-asymptote-
2.62/share/asymptote/GUI/.xasy.py-real", line 6, in <module>
from Window1 import MainWindow1
File "/gnu/store/0dywcs4jvq6p8zmncammj7s41m570gl7-asymptote-
2.62/share/asymptote/GUI/Window1.py", line 10, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'



Unfortunately asymptote depends on Python 3 and there does not seem to
be a package in Guix for a python 3 version of numpy.


-----Original Message-----
From: GNU bug Tracking System <help-debbugs@gnu.org>
Reply-To: 39147@debbugs.gnu.org
To: Christopher Howard <christopher@alaskasi.com>
Subject: bug#39147: closed (Re: bug#39147: asymptote: missing xasy
PyQt5 dependency)
Date: Thu, 16 Jan 2020 16:12:02 +0000

Your bug report
#39147: asymptote: missing xasy PyQt5 dependency
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.If
you require more details, please reply to 39147@debbugs.gnu.org.


--
Christopher Howard
Enterprise Solutions Manager
Alaska Satellite Internet
PO Box 70, Ester, AK 99725
3239 La Ree Way, Fairbanks, AK 99709
907.451.0088
1.888.396.5623
www.alaskasatelliteinternet.com
Attachment: file
N
N
Nicolas Goaziou wrote on 16 Jan 2020 22:41
(name . Christopher Howard)(address . christopher@alaskasi.com)(address . 39147@debbugs.gnu.org)
871rrzulie.fsf@nicolasgoaziou.fr
Christopher Howard <christopher@alaskasi.com> writes:

Toggle quote (17 lines)
> Hello, there appears to be other dependencies missing:
>
> christopher@eowyn ~$ guix time-machine --
> commit=1b4c5af29c364969dbeb33681d641640283fbced -- environment --pure
> --ad-hoc asymptote
> Updating channel 'guix' from Git repository at
> '/home/christopher/Repos/guix-local'...
> christopher@eowyn ~ [env]$ xasy
> Traceback (most recent call last):
> File "/gnu/store/0dywcs4jvq6p8zmncammj7s41m570gl7-asymptote-
> 2.62/share/asymptote/GUI/.xasy.py-real", line 6, in <module>
> from Window1 import MainWindow1
> File "/gnu/store/0dywcs4jvq6p8zmncammj7s41m570gl7-asymptote-
> 2.62/share/asymptote/GUI/Window1.py", line 10, in <module>
> import numpy as np
> ModuleNotFoundError: No module named 'numpy'

Odd. I could run xasy without problem.

I added the missing dependency. Thank you.
C
C
Christopher Howard wrote on 17 Jan 2020 01:20
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 39147@debbugs.gnu.org)
db2912acd9e1ebdd081ca824ee77c0d5a4ebaea8.camel@alaskasi.com
Thank you, xasy is launching now using that commit. There seems to be
something wrong with the menu display (buttons not displaying
correctly) but that could be the subject of a separate bug report, if I
can't figure it out.


-----Original Message-----
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Christopher Howard <christopher@alaskasi.com>
Cc: 39147@debbugs.gnu.org
Subject: Re: bug#39147: closed (Re: bug#39147: asymptote: missing xasy
PyQt5 dependency)
Date: Thu, 16 Jan 2020 22:41:45 +0100

Christopher Howard <christopher@alaskasi.com> writes:
Hello, there appears to be other dependencies missing:
christopher@eowyn ~$ guix time-machine --
commit=1b4c5af29c364969dbeb33681d641640283fbced -- environment --pure
--ad-hoc asymptoteUpdating channel 'guix' from Git repository at'/home/
christopher/Repos/guix-local'...christopher@eowyn ~ [env]$ xasy
Traceback (most recent call last): File
"/gnu/store/0dywcs4jvq6p8zmncammj7s41m570gl7-asymptote-
2.62/share/asymptote/GUI/.xasy.py-real", line 6, in <module> from
Window1 import MainWindow1 File
"/gnu/store/0dywcs4jvq6p8zmncammj7s41m570gl7-asymptote-
2.62/share/asymptote/GUI/Window1.py", line 10, in <module> import
numpy as npModuleNotFoundError: No module named 'numpy'
Odd. I could run xasy without problem.
I added the missing dependency. Thank you.

--
Christopher Howard
Enterprise Solutions Manager
Alaska Satellite Internet
PO Box 70, Ester, AK 99725
3239 La Ree Way, Fairbanks, AK 99709
907.451.0088
1.888.396.5623
www.alaskasatelliteinternet.com
Attachment: file
?