all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#52348: Error installing pytorch and tensorflow
@ 2021-12-07  8:41 Cayetano Santos via Bug reports for GNU Guix
  2021-12-07 10:16 ` zimoun
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Bug reports for GNU Guix @ 2021-12-07  8:41 UTC (permalink / raw)
  To: 52348


Hi guix,

  By just issuing a

    guix install python-pytorch tensorflow

I get a conflict error with python-protobuf (3.6.1 and 3.12.4). 
However, when I

    guix shell --container python-pytorch tensorflow

I manage to create an environment with no issue.

Finally, with ’guix pack ...’ I get the same error as before.

Best,

Cayetano Santos




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#52348: Error installing pytorch and tensorflow
  2021-12-07  8:41 bug#52348: Error installing pytorch and tensorflow Cayetano Santos via Bug reports for GNU Guix
@ 2021-12-07 10:16 ` zimoun
  0 siblings, 0 replies; 2+ messages in thread
From: zimoun @ 2021-12-07 10:16 UTC (permalink / raw)
  To: cayetano.santos; +Cc: 52348

Hi,

On Tue, 7 Dec 2021 at 09:47, Cayetano Santos via Bug reports for GNU
Guix <bug-guix@gnu.org> wrote:

>   By just issuing a
>
>     guix install python-pytorch tensorflow
>
> I get a conflict error with python-protobuf (3.6.1 and 3.12.4).

Yes, indeed.  tensorflow propagates python-protobuf@3.6.  And
python-pytorch propagates onnx which itself propagated
python-protobuf@3.12.  As the error message says. :-)


> However, when I
>
>     guix shell --container python-pytorch tensorflow
>
> I manage to create an environment with no issue.

Oh, yes it works.  However, note that tensorflow is probably not
compatible with the current Numpy version.


Hum, I do not know what is expected. :-)  Is it that 'shell' does as
'install' does?  Or contrary?  Well, I thought that "shell" was doing
the same thing as "install" but the profile was just marked as
temporary.


Cheers,
simon




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-07 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07  8:41 bug#52348: Error installing pytorch and tensorflow Cayetano Santos via Bug reports for GNU Guix
2021-12-07 10:16 ` zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.