Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. #13

Open
eponraj27392 opened this issue Aug 20, 2019 · 11 comments

Comments

@eponraj27392
Copy link

I have been using google colab. I would like to work with Hidden markov, so I would like to install a library called hmms On installing pip install hmms, i received the following error.

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I also try to install the same library in Pycharm IDE, I received the same error with some call backs.

Command "python setup.py egg_info" failed with error code 1 in C:\Users\eponr\AppData\Local\Temp\pycharm-packaging\hmms\

Collecting hmms
  Using cached https://files.pythonhosted.org/packages/e9/e4/c070c44ec8a391f6d5501316d1ed7615058f1fd365ff4ed65c9636d0bf62/hmms-0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\eponr\AppData\Local\Temp\pycharm-packaging\hmms\setup.py", line 22, in <module>
        ext_modules=cythonize(glob.glob('hmms/*.pyx'), language_level=3, include_dirs=[numpy.get_include()]),
      File "C:\Users\eponr\PycharmProjects\untitled1\venv\lib\site-packages\Cython\Build\Dependencies.py", line 955, in cythonize
        c_options = CompilationOptions(**options)
      File "C:\Users\eponr\PycharmProjects\untitled1\venv\lib\site-packages\Cython\Compiler\Main.py", line 563, in __init__
        raise ValueError(message)
    ValueError: got unknown compilation option, please remove: include_dirs


What does it means and how can i rectify this issue ? kindly suggest some solution to get working
@mohammeddanishkhan
Copy link

I have been using google colab. I would like to work with Hidden markov, so I would like to install a library called hmms On installing pip install hmms, i received the following error.

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I also try to install the same library in Pycharm IDE, I received the same error with some call backs.

Command "python setup.py egg_info" failed with error code 1 in C:\Users\eponr\AppData\Local\Temp\pycharm-packaging\hmms\

Collecting hmms
  Using cached https://files.pythonhosted.org/packages/e9/e4/c070c44ec8a391f6d5501316d1ed7615058f1fd365ff4ed65c9636d0bf62/hmms-0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\eponr\AppData\Local\Temp\pycharm-packaging\hmms\setup.py", line 22, in <module>
        ext_modules=cythonize(glob.glob('hmms/*.pyx'), language_level=3, include_dirs=[numpy.get_include()]),
      File "C:\Users\eponr\PycharmProjects\untitled1\venv\lib\site-packages\Cython\Build\Dependencies.py", line 955, in cythonize
        c_options = CompilationOptions(**options)
      File "C:\Users\eponr\PycharmProjects\untitled1\venv\lib\site-packages\Cython\Compiler\Main.py", line 563, in __init__
        raise ValueError(message)
    ValueError: got unknown compilation option, please remove: include_dirs


What does it means and how can i rectify this issue ? kindly suggest some solution to get working

Hey, did you find any solution to this problem?

@eponraj27392
Copy link
Author

eponraj27392 commented Sep 25, 2019 via email

@shahab-anjum
Copy link

i also got the same issue so plz help me

@shahab-anjum
Copy link

i need hmm in my thesis so if u?

@eponraj27392
Copy link
Author

eponraj27392 commented Dec 2, 2019 via email

@medh61
Copy link

medh61 commented Feb 1, 2020

You install the library hmms from github; and the problem will be solved
The command is :
!python -m pip install git+https://github.com/lopatovsky/HMM
Duplicate of #s#egg=HMMs

@medh61
Copy link

medh61 commented Feb 2, 2020

You install the library hmms from github; and the problem will be solved
The command is :
!python -m pip install git+https://github.com/lopatovsky/HMMs#egg=HMMs

@sannicosan
Copy link

Hello! I'm trying to install another github package:

https://github.com/ismrmrd/ismrmrd-python

After trying to install it with the !pip install command, I get the following error:

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Can someone hel me further?

@yuvipanda
Copy link

Would love to see a release made to PyPI with this patch installed. As of now, installing from PyPI fails with this error for me.

@agicquel
Copy link

agicquel commented Nov 7, 2020

The solution of @medh61 worked for me, with python 3.9.

@griffinbrookshire
Copy link

Using Python 3.10, had to use: python3 -m pip install git+https://github.com/lopatovsky/HMMs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants