Giter VIP home page Giter VIP logo

Comments (8)

quekshuy avatar quekshuy commented on July 18, 2024

I faced the same problem. I worked around this using the following method (I'm using virtualenv by the way):

  1. Cloned the repository into [virtualenv_dir]/tmp/hamlpy

  2. In [virtualenv_dir]/bin created a script hamlpy-watcher with the following content

         python [virtualenv_dir]/tmp/hamlpy/hamlpy/hamlpy_watcher.py $1
    
  3. Ran

         chmod u+x hamlpy-watcher
    

from hamlpy.

bcoughlan avatar bcoughlan commented on July 18, 2024

Can confirm I'm getting the same problem under Windows (it's trying to install the Mac version).

Must be some issue related to the last push to pypi: http://pypi.python.org/simple/hamlpy/ pip finds 0.6 to be the latest, but that package doesn't appear to have been zipped correctly.

from hamlpy.

andreif avatar andreif commented on July 18, 2024

I had a problem to install HamlPy on Mac OS X. This worked though: pip install git+git://github.com/jessemiller/HamlPy.git

The traceback of pip install hamlpy:

Downloading/unpacking hamlpy (from -r requirements.pip (line 5))
  Downloading hamlpy-0.6.macosx-10.7-intel.tar.gz
  Running setup.py egg_info for package hamlpy
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/Users/andrei/.pythonbrew/venvs/Python-2.7.2/abc/build/hamlpy/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: '/Users/andrei/.pythonbrew/venvs/Python-2.7.2/abc/build/hamlpy/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1

from hamlpy.

Ins1ne avatar Ins1ne commented on July 18, 2024

Can confirm this issue.
Trying install via easy_install hamlpy:

Searching for hamlpy
Reading http://pypi.python.org/simple/hamlpy/
Reading http://github.com/jessemiller/HamlPy
Reading http://pypi.python.org/simple/hamlpy/[email protected]:jessemiller/HamlPy.git
Best match: hamlpy 0.6.macosx-10.7-intel
Downloading http://pypi.python.org/packages/any/h/hamlpy/hamlpy-0.6.macosx-10.7-intel.tar.gz#md5=141dc2de65949d92c989c65eb96a780d
Processing hamlpy-0.6.macosx-10.7-intel.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-kSuQP2/hamlpy-0.6.macosx-10.7-intel.tar.gz

from hamlpy.

modocache avatar modocache commented on July 18, 2024

I'm having the same problem.

@modocache ~/$ pip install hamlpy
Downloading/unpacking hamlpy
  Downloading hamlpy-0.6.macosx-10.7-intel.tar.gz
  Running setup.py egg_info for package hamlpy
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/Users/modocache/.virtualenvs/dg/build/hamlpy/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: '/Users/modocache/.virtualenvs/dg/build/hamlpy/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/modocache/.pip/pip.log

I ran pip install git+... like @andreif did, so I guess it's not too big a deal.

from hamlpy.

jessemiller avatar jessemiller commented on July 18, 2024

This should be fixed now.. really sorry about it.. can someone else confirm?

from hamlpy.

 avatar commented on July 18, 2024

Hamlpy now installs correctly for me.

from hamlpy.

modocache avatar modocache commented on July 18, 2024

Awesome, fixed for me, too. Thanks!

from hamlpy.

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.