Skip to content

Instantly share code, notes, and snippets.

@davidrusu
Created July 15, 2015 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidrusu/87d97777481d2765a348 to your computer and use it in GitHub Desktop.
Save davidrusu/87d97777481d2765a348 to your computer and use it in GitHub Desktop.
>>> import hypothesis
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\Python34\lib\site-packages\hypothesis\__init__.py", line 31, in <module>
from hypothesis.core import given, assume, find, example
File "c:\Python34\lib\site-packages\hypothesis\core.py", line 608, in <module>
load_entry_points()
File "c:\Python34\lib\site-packages\hypothesis\extra\__init__.py", line 30, in load_entry_points
package = entry_point.load() # pragma: no cover
File "c:\Python34\lib\site-packages\pkg_resources\__init__.py", line 2309, in load
self.require(*args, **kwargs)
File "c:\Python34\lib\site-packages\pkg_resources\__init__.py", line 2326, in require
items = working_set.resolve(reqs, env, installer)
File "c:\Python34\lib\site-packages\pkg_resources\__init__.py", line 810, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (hypothesis 1.7.2 (c:\python34\lib\site-packages), Requirement.parse('hypothesis==1.0.0'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment