Hello,
I’m trying to install PyTorch on JetPack-4.6
And numpy module isn’t possible to install.
It was no problem until 2~3 weeks ago at least when I did.
These are error messages.
Error compiling Cython file:
/------------------------------------------------------------
…
self.rng_state.ctr.v[i] = counter[i]self._reset_state_variables() self._bitgen.state = <void *>&self.rng_state self._bitgen.next_uint64 = &philox_uint64 ^
_philox.pyx:195:35: Cannot assign type ‘uint64_t (*)(void ) except? -1 nogil’ to 'uint64_t ()(void *) noexcept nogil’
Command “/usr/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-drwshpmu/numpy/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-6oaiw92s-record/install-record.txt --single-version-externally-managed --compile --user --prefix=” failed with error code 1 in /tmp/pip-build-drwshpmu/numpy/
And this is the full log to install numpy.
numpy_install-error.txt (7.8 KB)