0

I want to upgrade to the pre-release package of mxnet pre. Can i do this through pip?

I tried pip with --pre --upgrade. This installed the latest official release. Is there a way where I can upgrade to the pre-release version. i am using mac os

MAS
  • 4,503
  • 7
  • 32
  • 55

2 Answers2

1

we did not publish the release candidate. You will have to build that from source yourself.

lynguyen
  • 131
  • 6
-1

You can try pip install mxnet -U --pre

vich
  • 11,836
  • 13
  • 49
  • 66
  • This doesn't answer the question. The poster has clearly stated having tried those options (```-U``` and ```--upgrade``` are synonymous). – Sri Sankaran May 27 '17 at 19:58