py3nj
py3nj copied to clipboard
Wigner's 3J, 6J, 9J symbols for python
I get this error when trying to install py3nj: ''' pip install --no-cache-dir py3nj Collecting py3nj Downloading py3nj-0.2.1.tar.gz (49 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/50.0 kB 6.0 MB/s eta 0:00:00 Installing build...
Hello, I am having a bit of trouble trying to install this library. I am using Python 3.7 on Ubuntu 22. I have previously had success working with py3nj in...
Hello, I am trying to install the py3nj package through pip and I get the following error: The Meson build system Version: 1.2.1 Source dir: ***\py3nj Build dir: ***\py3nj\.mesonpy-rrv9sh3m Build...
Copied from an email from Soumen Basak I am unable to install the "PY3NJ" package in Thonny (https://thonny.org/). The installation error message had a single-version-externally-managed flag. The page https://pypi.org/project/py3nj/ says...
We have bunch of issues for installation (#10, #18, #20, #25, #26, #32). It would be nice if we could have a pure-python option, even if it is slower.
It looks like installation on windows fails. It says 'successfully installed', but while importing py3nj, ``` ImportError: DLL load failed while importing _wigner: The specified module could not be found....
Updating instruction for installing in macOS. closes #18
Whenever I am trying to install the package with pip or from source, using Python3.7 or 3.8, on MacOsX 10.9 (x86_64) or Ubuntu 20, I am getting error while building...
Have you thought about using ```jax.numpy``` instead of ```numpy```? I am using ```py3nj``` for my research and now I am porting the code to JAX. Do you think that the...
Hello, I have a problem with my [setup.py](https://github.com/CFEL-CMI/richmol/blob/develop/setup.py) when py3nj is installed from requirements, it fails. I think the problem might be related to incorrectly defined dependencies in py3nj? Would...