Coder Social home page Coder Social logo

Comments (4)

lodagro avatar lodagro commented on June 19, 2024 6

Just tried to install icdiff using the above pip command and got the same error.

Collecting git+https://github.com/jeffkaufman/icdiff.git
  Cloning https://github.com/jeffkaufman/icdiff.git to /tmp/pip-BAZU13-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-BAZU13-build/setup.py", line 3, in <module>
        from icdiff import __version__
    ImportError: No module named icdiff

As workaround i did

cd /tmp/pip-BAZU13-build
ln -s icdiff icdiff.py
python setup.py install

Install went fine, both module and binary available (which is what i want).

from icdiff.

xuedong09 avatar xuedong09 commented on June 19, 2024 5

+1
Fix ImportError: No module named icdiff #73

This pull request fix my problem

from icdiff.

satta avatar satta commented on June 19, 2024

I'd suggest not to rename the main command to icdiff.py without also providing at least a wrapper script without the extension. The best solution here would be IMHO a proper separation between the module code and the tool itself. The module would have the .py extension and live in the proper Python library paths, and the tool without the extension would just use the module and live in /usr/bin.

from icdiff.

jeffkaufman avatar jeffkaufman commented on June 19, 2024

This was resolved several months ago; I think it's all set now.

from icdiff.

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.