fooker / require

a framework for module definitions
0 stars 0 forks source link

No setup script #1

Open reissmann opened 9 years ago

reissmann commented 9 years ago

I am using this project in ddserver. When installing, I'm getting the following error, which was also already reported in #76 in ddserver/ddserver

error: Couldn't find a setup script in /tmp/easy_install-LOurde/require-0.1.1.linux-x86_64.tar.gz

fooker commented 9 years ago

It works with both easy_install and pip in a clean environment. Please post your python version and try to install require in a virtual environment using the following commands:

virtualenv require.env
source require.env/bin/activate
pip install require

Also attach the full output of the commands above.

reissmann commented 9 years ago

On pypi.python.org you are providing two files:

The issue I described is specific to require-0.1.1.linux-x86_64.tar.gz

reissmann commented 9 years ago

This is the output of "pip install require" in a virtualenv

(require.env)major@azrael ~ $ pip install require
Collecting require
  Downloading require-0.1.1.tar.gz
Installing collected packages: require
  Running setup.py install for require
Successfully installed require-0.1.1

This is the output when running ddservers setup.py on CentOS 6 using vagrant-ddserver

==> default: Processing require-0.1.1.linux-x86_64.tar.gz
==> default: STDERR: warning: no files found matching 'setup.cfg'
==> default: warning: no previously-included files matching '*.pyc' found under directory 'docs'
==> default: warning: no previously-included files matching '*.pyo' found under directory 'docs'
==> default: zip_safe flag not set; analyzing archive contents...
==> default: zip_safe flag not set; analyzing archive contents...
==> default: error: Couldn't find a setup script in /tmp/easy_install-rwm7q5/require-0.1.1.linux-x86_64.tar.gz