Open sergio-garay opened 1 year ago
Since 2.4.1 is really old it may be difficult to get a bug fix here. One could guess that there is a problem with the path settings if it worked with another machine. If you edit /home/sgaray/miniconda3/envs/doglycans1/lib/python3.6/site-packages/pybel.py", line 68
or run it in a debugger you may see what's in the variable broken
and maybe get a hint from there...
Thanks for your help fredrikw. As you recommended, I commented out the lines with errors (69 and 89) in pybel.py, after that I could no longer import pybel from a python terminal. It gave this message
ModuleNotFoundError: No module named 'pybel.py'; 'pybel' is not a package
When I uncommented the same lines, it started to find pybel.py again. Could you give me some idea what is going on? Thank you very much
I did not mean that you should comment the lines. You should debug or print the values to see if you can get an idea on what is happening. Alternatively, you try to update "doglycans" to use a reasonably recent version of openbabel and retry with that. It might be enough to change how to import pybel...
Solution to issue cannot be found in the documentation.
Issue
Hi all In order to run doglycans i have created an environment with the following commands:
conda create --name doglycans -c conda-forge "python>=3.6" "numpy=1.13.1" "ply>=3.10" conda activate doglycans conda install -c conda-forge "openbabel=2.4.1" Then I run python from a terminal:
I'm running a Fedora core 36 OS. I have to say that I didn't have this problem in FC35
Installed packages
Environment info