Emma

Results 11 comments of Emma

Thank you for the quick response! I have tried to install via src, and I get the output in the following file: [graphkernels_src_install.txt](https://github.com/BorgwardtLab/GraphKernels/files/9211964/graphkernels_src_install.txt) I do not see any obvious errors...

The following is what is returned from running that command in the python interpreter: ">>> import pathlib, GKextCPy; pathlib.Path(GKextCPy.__file__).resolve().parent Traceback (most recent call last): File "/opt/GraphKernels/src/GKextCPy/GKextCPy.py", line 14, in swig_import_helper...

I believe that I have now installed GKextCPy from `src` using the corresponding setup.py file. I ran `python setup.py build` and then `python setup.py install --user` like with graphkernels. I...

I have cleared all the references I can find to the module and tried to install it from source from scratch. After clearing everything, the entire local GraphKernels directory was...

It's no problem. I appreciate you taking the time to help with this. I've deleted and re-installed it again to make sure there's no conflict, and I installed it without...

When you say to install it in the Anaconda environment, do you mean using pip to install it? Or do you mean to install it into the directories for the...

The package is within my /opt directory, so it has limited permissions by default. To account for that, I have now added write permissions (using chmod +w) to each of...

I confirmed that I already have the devtools within the conda environment: $ conda install -c conda-forge python-devtools Collecting package metadata (current_repodata.json): done Solving environment: done All requested packages already...

The following are the paths I know of related to Python: Python binary: `/opt/anaconda3/bin/python` Python.h header: `/usr/include/python3.9/Python.h` Is there a separate python file or directory that would be helpful to...

Thank you for being patient while I work on this. It seems that the place that `/usr/include/python3.9` was not included was in the `sysconfig` settings. So I updated the GKextCPy...