PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 6th of November, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:07:20] <mgedmin> https://pypi.python.org/pypi/setuptools is 503-ing for me now
[16:40:02] <linovia> Hi there, got a weird issue while using entry points under a virtualenv (python3.4). They seem to complain about a pkg_resource.VersionConflict (Django 1.7.1 (<path>, Requirement.parse('django==1.7'))
[16:40:32] <linovia> I already uninstalled the package and installed it again, same for django but that doesn't seem to solve the issue
[16:46:21] <linovia> ok, I just found my issue. One of my dep had 1.7 pinned
[16:46:53] <linovia> amazing to see that pip doesn't noticed that while the entry point did