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

Cannot install from pip3. #39

Closed
AvinashReddy3108 opened this issue Sep 17, 2019 · 6 comments
Closed

Cannot install from pip3. #39

AvinashReddy3108 opened this issue Sep 17, 2019 · 6 comments

Comments

@AvinashReddy3108
Copy link

Describe the bug
Package doesn't install at all.

To Reproduce
Steps to reproduce the behaviour:
Trying to install search-engine-parser>=0.4.2 using pip3 (requirements.txt)

Expected behaviour
The package should install.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Alpine Linux (Docker)
  • Python Version: 3.7.4

Additional context
Here's the error log.

Collecting search-engine-parser>=0.4.2 (from -r requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/ec/56/29a3e6e098674ffef9a12c360275e90146a96bde626f277d329248aafe76/search-engine-parser-0.5.0.tar.gz
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-shzymtgy/search-engine-parser/setup.py'"'"'; __file__='"'"'/tmp/pip-install-shzymtgy/search-engine-parser/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: /tmp/pip-install-shzymtgy/search-engine-parser/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-shzymtgy/search-engine-parser/setup.py", line 5, in <module>
        from _version import VERSION
    ModuleNotFoundError: No module named '_version'
    ----------------------------------------
@AvinashReddy3108 AvinashReddy3108 added the bug Something isn't working label Sep 17, 2019
@AvinashReddy3108
Copy link
Author

Maybe this can help ?

@MeNsaaH
Copy link
Member

MeNsaaH commented Sep 18, 2019

@AvinashReddy3108, try the installation again. A new version with a fixed has being deployed to PyPi

@deven96
Copy link
Member

deven96 commented Sep 18, 2019

@all-contributors Add @AvinashReddy3108 for bug report in issue #39

@allcontributors
Copy link
Contributor

@deven96

I've put up a pull request to add @AvinashReddy3108! 🎉

@AvinashReddy3108
Copy link
Author

@AvinashReddy3108, try the installation again. A new version with a fixed has being deployed to PyPi

I did, and it works.
Thanks for the awesome library.

@MeNsaaH
Copy link
Member

MeNsaaH commented Sep 18, 2019

@AvinashReddy3108, put a star on it

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

3 participants