I am using PipEnv to install Trac on my new server  This has worked well so 
far but I have run into a problem with the TracHoursPlugin

Despite having installed the dependencies, including 
TicketSidebarProviderPlugin 
<https://trac-hacks.org/wiki/TicketSidebarProviderPlugin>, PipEnv keeps 
complaining it can't find it:

pipenv install
Pipfile.lock (2aa3a9) out of date, updating to (6c3baa)...
Locking [dev-packages] dependencies...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✘ Locking Failed! 
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not 
be resolved. You likely have a mismatch in your sub-dependencies.
First try clearing your dependency cache with $ pipenv lock --clear, then 
try the original command again.
Alternatively, you can use $ pipenv install --skip-lock to bypass this 
mechanism, then run $ pipenv graph to inspect the situation.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Could not find a version that matches ticketsidebarprovider (from -r 
/tmp/pipenvWTqrx6requirements/pipenv-l8ICnG-constraints.txt (line 28))
No versions found

I *think* this might be because the version specified in 
TicketSidebarProviderPlugin's 
setup.py is 0.0 
<https://trac-hacks.org/browser/ticketsidebarproviderplugin/0.11/setup.py#L3>.  
AFAICT, this should be set to 0.11, the current version.

Is there any reason the version should still be specified as 0.0?

Cheers,

Rob Hills
Waikiki, Western Australia

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/01c6b628-4456-4d02-ac7a-80dc1cfa8e27n%40googlegroups.com.

Reply via email to