Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

setup.py doesn't work as expected #5

Closed
McSinyx opened this issue Jun 25, 2017 · 1 comment
Closed

setup.py doesn't work as expected #5

McSinyx opened this issue Jun 25, 2017 · 1 comment

Comments

@McSinyx
Copy link
Owner

McSinyx commented Jun 25, 2017

./setup.py install installs in eggs so manual page isn't in MANPATH, and wait,

Traceback (most recent call last):
  File "/home/cnx/.local/bin/comp", line 4, in <module>
    __import__('pkg_resources').run_script('comp==0.3.6', 'comp')
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 739, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1486, in run_script
    raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'comp'

--old-and-unmanageable flag fixes this but, eh, it's old and unmanageable, and it prevents dependencies installation.

pip3 install comp works well though.

@McSinyx
Copy link
Owner Author

McSinyx commented Aug 29, 2017

Not a bug though, just pip and setup.py work differently.

@McSinyx McSinyx closed this as completed Aug 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant