You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sry Guys i tried to install it like mentioned in the Wiki ... but i got this problem...
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$ cp dist/_.egg ~/SEPM/plugins
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$ easy_instal dist/_egg
-bash: easy_instal: command not found
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$ easy_install dist/*egg
Processing TracSubTicketsPlugin-0.2.0.dev_20140404-py2.7.egg
Copying TracSubTicketsPlugin-0.2.0.dev_20140404-py2.7.egg to /home/bmalum/lib/python2.4
Removing TracSubTicketsPlugin 0.2.0.dev-20140316 from easy-install.pth file
Adding TracSubTicketsPlugin 0.2.0.dev-20140404 to easy-install.pth file
Installing check-trac-subtickets script to /home/bmalum/bin
Installed /home/bmalum/lib/python2.4/TracSubTicketsPlugin-0.2.0.dev_20140404-py2.7.egg
Processing dependencies for TracSubTicketsPlugin==0.2.0.dev-20140404
Searching for TracSubTicketsPlugin==0.2.0.dev-20140404
Reading http://cheeseshop.python.org/pypi/TracSubTicketsPlugin/
Couldn't find index page for 'TracSubTicketsPlugin' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://cheeseshop.python.org/pypi/
No local packages or download links found for TracSubTicketsPlugin==0.2.0.dev-20140404
error: Could not find suitable distribution for Requirement.parse('TracSubTicketsPlugin==0.2.0.dev-20140404')
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$
The text was updated successfully, but these errors were encountered:
I can reproduce when installing in an environment in which Trac is not already installed. It seems to be due to the install_requires. Putting Trac in install_requires is not recommended. See #9800 for details.
Sry Guys i tried to install it like mentioned in the Wiki ... but i got this problem...
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$ cp dist/_.egg ~/SEPM/plugins
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$ easy_instal dist/_egg
-bash: easy_instal: command not found
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$ easy_install dist/*egg
Processing TracSubTicketsPlugin-0.2.0.dev_20140404-py2.7.egg
Copying TracSubTicketsPlugin-0.2.0.dev_20140404-py2.7.egg to /home/bmalum/lib/python2.4
Removing TracSubTicketsPlugin 0.2.0.dev-20140316 from easy-install.pth file
Adding TracSubTicketsPlugin 0.2.0.dev-20140404 to easy-install.pth file
Installing check-trac-subtickets script to /home/bmalum/bin
Installed /home/bmalum/lib/python2.4/TracSubTicketsPlugin-0.2.0.dev_20140404-py2.7.egg
Processing dependencies for TracSubTicketsPlugin==0.2.0.dev-20140404
Searching for TracSubTicketsPlugin==0.2.0.dev-20140404
Reading http://cheeseshop.python.org/pypi/TracSubTicketsPlugin/
Couldn't find index page for 'TracSubTicketsPlugin' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://cheeseshop.python.org/pypi/
No local packages or download links found for TracSubTicketsPlugin==0.2.0.dev-20140404
error: Could not find suitable distribution for Requirement.parse('TracSubTicketsPlugin==0.2.0.dev-20140404')
[bmalum@pyxis itota-trac-subtickets-plugin-a0fc153]$
The text was updated successfully, but these errors were encountered: