Closed MBrede closed 1 year ago
It was the old mxnet version, sorry for any inconvenience.
@MBrede I'm running into this error as well. What version of mxnet are you using that fixed it? I've tried installing 1.9.1 but it didn't appear to resolve it in my env at least.
@djherbis I installed the version mentioned in the README (python3 -m pip install -U --pre "mxnet>=2.0.0a"
) which did fix the aforementioned error but did end up in a new error (which I unfortunately do not remember). In the end, I wrote a module wrapping the models I wanted to use from other modules...
Thanks, yeah I was unable to get it to work with that command either :(
For now I've pulled it from the Kaggle image for low use anyway.
Thanks for responding though!
Downgrade python version
I hope this is not an incredibly dumb issue, but googling did not produce any useable results. I installed
gluonnlp 0.10.0
usingpip
on a Ubuntu 22.04.1 LTS server under Python 3.10.6. When I try to import gluon, I get the following error:pip list
returns the following modules, if this information is helpfull:I tried reinstalling
cython
,gluonnlp
andmxnet
and would like to avoid using another python version if possible. I am not sure whether this is agluon
or aCython
issue, I hope this is the right place to ask! I did also post a question on StackOverflow regarding this issue.