Code Monkey home page Code Monkey logo

Comments (5)

tasdikrahman avatar tasdikrahman commented on May 24, 2024 1

@abhinavagrawal1995
The dependencies should get installed for the new user if they are not installed already. Doing a pip install <dependency-name> would not be a good way to forward if we have multiple dependencies listed.

I fixed this issue in the latest release 1.0.4

from vocabulary.

lethargilistic avatar lethargilistic commented on May 24, 2024

Also breaks on Ubuntu 17.04, Python 3.

When this happens with my PyPI project, it's usually because I forgot to push the wheel to PyPI. Indeed, according to PyPI, the current version of vocabulary doesn't have a wheel.

from vocabulary.

lethargilistic avatar lethargilistic commented on May 24, 2024

Seems to be the same issue as #34.

from vocabulary.

tasdikrahman avatar tasdikrahman commented on May 24, 2024

@lethargilistic @abhinavagrawal1995
Can confirm, tried it with both python3 and python2

Same traceback

# python3
$ pip install vocabulary --no-cache
Collecting vocabulary
  Downloading Vocabulary-1.0.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/sw/nsjcqtxs1yldt7y1gsqkfnw00000gn/T/pip-build-s5risjrz/vocabulary/setup.py", line 12, in <module>
        from vocabulary.version import VERSION
      File "/private/var/folders/sw/nsjcqtxs1yldt7y1gsqkfnw00000gn/T/pip-build-s5risjrz/vocabulary/vocabulary/__init__.py", line 5, in <module>
        from .vocabulary import Vocabulary
      File "/private/var/folders/sw/nsjcqtxs1yldt7y1gsqkfnw00000gn/T/pip-build-s5risjrz/vocabulary/vocabulary/vocabulary.py", line 25, in <module>
        import requests
    ModuleNotFoundError: No module named 'requests'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/sw/nsjcqtxs1yldt7y1gsqkfnw00000gn/T/pip-build-s5risjrz/vocabulary/

# python2
$ pip install vocabulary --no-cache
Collecting vocabulary
  Downloading Vocabulary-1.0.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/sw/nsjcqtxs1yldt7y1gsqkfnw00000gn/T/pip-build-z5VX_i/vocabulary/setup.py", line 12, in <module>
        from vocabulary.version import VERSION
      File "vocabulary/__init__.py", line 5, in <module>
        from .vocabulary import Vocabulary
      File "vocabulary/vocabulary.py", line 25, in <module>
        import requests
    ImportError: No module named requests

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/sw/nsjcqtxs1yldt7y1gsqkfnw00000gn/T/pip-build-z5VX_i/vocabulary/

cc: #34

Looking into it

from vocabulary.

abhinavagrawal1995 avatar abhinavagrawal1995 commented on May 24, 2024

from vocabulary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.