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

Python 2.6 install on Windows is broken #18

Open
brianly opened this issue Aug 10, 2013 · 0 comments
Open

Python 2.6 install on Windows is broken #18

brianly opened this issue Aug 10, 2013 · 0 comments
Assignees

Comments

@brianly
Copy link
Contributor

brianly commented Aug 10, 2013

Installing 'yampy'
Downloading/unpacking yampy
Downloading yampy-1.0.tar.gz
Running setup.py egg_info for package yampy
Traceback (most recent call last):
File "", line 16, in
File "c:\users\brianly\appdata\local\temp\pip_build_brianly\yampy\setup.py", line 47, in
test_suite="nose.collector",
File "C:\Python26\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python26\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "", line 14, in replacement_run
File "C:\Python26\lib\site-packages\distribute-0.6.45-py2.6.egg\setuptools\command\egg_info.py", line 259, in find_sources
mm.run()
File "C:\Python26\lib\site-packages\distribute-0.6.45-py2.6.egg\setuptools\command\egg_info.py", line 327, in run
self.read_template()
File "C:\Python26\lib\site-packages\distribute-0.6.45-py2.6.egg\setuptools\command\sdist.py", line 228, in __read_template_hack
_sdist.read_template(self)
File "C:\Python26\lib\distutils\command\sdist.py", line 336, in read_template
self.filelist.process_template_line(line)
File "C:\Python26\lib\distutils\filelist.py", line 129, in process_template_line
(action, patterns, dir, dir_pattern) = self._parse_template_line(line)
File "C:\Python26\lib\distutils\filelist.py", line 104, in _parse_template_line
dir = convert_path(words[1])
File "C:\Python26\lib\distutils\util.py", line 201, in convert_path
raise ValueError, "path '%s' cannot end with '/'" % pathname
ValueError: path 'yampy/apis/' cannot end with '/'
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info\yampy.egg-info
writing requirements to pip-egg-info\yampy.egg-info\requires.txt
writing pip-egg-info\yampy.egg-info\PKG-INFO
writing top-level names to pip-egg-info\yampy.egg-info\top_level.txt
writing dependency_links to pip-egg-info\yampy.egg-info\dependency_links.txt
writing manifest file 'pip-egg-info\yampy.egg-info\SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info\yampy.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
Traceback (most recent call last):
File "", line 16, in
File "c:\users\brianly\appdata\local\temp\pip_build_brianly\yampy\setup.py", line 47, in
test_suite="nose.collector",
File "C:\Python26\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python26\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "", line 14, in replacement_run
File "C:\Python26\lib\site-packages\distribute-0.6.45-py2.6.egg\setuptools\command\egg_info.py", line 259, in find_sources
mm.run()
File "C:\Python26\lib\site-packages\distribute-0.6.45-py2.6.egg\setuptools\command\egg_info.py", line 327, in run
self.read_template()
File "C:\Python26\lib\site-packages\distribute-0.6.45-py2.6.egg\setuptools\command\sdist.py", line 228, in __read_template_hack
_sdist.read_template(self)
File "C:\Python26\lib\distutils\command\sdist.py", line 336, in read_template
self.filelist.process_template_line(line)
File "C:\Python26\lib\distutils\filelist.py", line 129, in process_template_line
(action, patterns, dir, dir_pattern) = self._parse_template_line(line)
File "C:\Python26\lib\distutils\filelist.py", line 104, in _parse_template_line
dir = convert_path(words[1])
File "C:\Python26\lib\distutils\util.py", line 201, in convert_path
raise ValueError, "path '%s' cannot end with '/'" % pathname

ValueError: path 'yampy/apis/' cannot end with '/'

Cleaning up...
Command python setup.py egg_info failed with error code 1 in c:\users\brianly\appdata\local\temp\pip_build_brianly\yampy
Storing complete log in C:\Users\brianly\pip\pip.log
'yampy' failed to install. Exit code: 1

@ghost ghost assigned brianly Aug 10, 2013
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

1 participant