Open chrissy005 opened 2 months ago
same here!
Sorry for the fast trigger... Just browsing closed issues solved mine. See #44. I was using python 3.8 and a virtual environment. Using python 3.6 solved the problem.
I tried to download python 3.6 on my Mac but unable to find the compilation.
I guess then that your best option is to install miniconda in your mac and then follow this instructions: https://github.com/bjtully/BioData/blob/master/KEGGDecoder/README.md#installation
Hello, I was attempting to install Keggdecoder and ran into the following issue. I understand that certain versions of python are not compatible. I am using Python 3.9. How can I resolve this?
python3 -m pip install KEGGDecoder Collecting KEGGDecoder Using cached KEGGDecoder-1.3-py2.py3-none-any.whl.metadata (560 bytes) Collecting matplotlib==3.0.3 (from KEGGDecoder) Using cached matplotlib-3.0.3.tar.gz (36.6 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [55 lines of output] /private/var/folders/4s/hy0z7yvn2ssccz45vk3ylhh00000gn/T/pip-install-02acqbwf/matplotlib_8bbcd677d757403e90cf174b13502bc0/setup.py:33: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !!
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.