Open pgg1610 opened 1 year ago
Could you run conda search rdchiral_cpp -c conda-forge
, and check if you can find the package? BTW, the C++ version supports python 3.7-3.10.
Hello, sorry for the long delay in response. I am running the current conda env on --
Tried the above command, and here is the output:
Command in:
conda search rdchiral_cpp -c conda-forge
Output:
Loading channels: done
No match found for: rdchiral_cpp. Search: *rdchiral_cpp*
PackagesNotFoundError: The following packages are not available from current channels:
- rdchiral_cpp
Current channels:
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
I ran the same cmd with ljn917
and got the same output.
@pgg1610 I just realized that the conda package was compiled for osx-64, not for osx-arm64. It may take some time to add it. In the meantime, you can try to compile it on your own.
Hello!
I was setting up the rdchiral C++ version on my local machine recently and found that invocation to install the C++ version through conda was failing with a package not found error.
Error:
I can install rdchiral version 1.1.0 through pip but was not sure if that has C++ bindings underneath.
Thank you for your help!