Getting the error while using mxnet

I just installed mxnet package from-

install.packages("https://s3.ca-central-1.amazonaws.com/jeremiedb/share/mxnet/CPU/3.6/mxnet.zip", repos = NULL)

But when using it- library(mxnet), it's showing error-

Error: package or namespace load failed for ‘mxnet’:
package ‘mxnet’ was installed before R 4.0.0: please re-install it

How to overcome this?

Do you use r4.0 or r3.6?

Yes...... R 4.0!!!!!!

I can read that just before the mxnet name in the url it says 3.6 so thats a mismatch.
Do you have a reason to install from a zip url rather than the more conventional way ?

Not able to get the package!!

Theres a guide to building from source, whats your OS ?
https://mxnet.apache.org/versions/1.6/get_started?

Windows 10.......!!!!

It seems involved but if you want to use mxnet, I suppose this is the way....

You will need to R v3.4.4+ and build MXNet from source. Please follow the instructions linked above.
To build and install MXNet from the official Apache Software Foundation signed source code please follow our Building From Source guide.

The signed source releases are available here

Still not able to get this-

I dont think the guide says to do that.
If you have trouble following the guide probably best support would come from the mxnet community as this seems very niche and unusual for the R world....

hmmm. according to this your best best might be to use a previous version of R because they dont provide R4 compatible binary yet.

1 Like

Understood. Will try to lower the R ver and then try it.

Thanks :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.