Open victorjof opened 5 years ago
Hi! There seems to be an incompatibility between versions of grpcio/grcpio-tools(1.4.0 ¹ <->1.20.0 ²) of ast2vec ¹ and bblfsh ²
Trough pip,similar to #11, i can't use .Topics() either. I was able to solve the command line problem, by using dependences already described at: https://github.com/src-d/tmsc/blob/97a452b3d05415c377275c9a179d98f5a88399b6/Dockerfile#L7 The bblfsh's client and container are working. Trough docker, the problem described in #17 happens.
$ tmsc https://github.com/apache/spark Traceback(most recent call last): (...) File "/home/user/teste/lib/python3.6/site-packages/pkg_resources/__init__.py", line 596, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/home/user/teste/lib/python3.6/site-packages/pkg_resources/__init__.py", line 789, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (grpcio-tools 1.4.0 (/home/user/teste/lib/python3.6/site-packages), Requirement.parse('grpcio-tools<2.0,>=1.13.0'), {'bblfsh'})
Traceback(most recent call last): (...) File "/home/user/teste/lib/python3.6/site-packages/pkg_resources/__init__.py", line 596, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/home/user/teste/lib/python3.6/site-packages/pkg_resources/__init__.py", line 789, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (grpcio-tools 1.4.0 (/home/user/teste/lib/python3.6/site-packages), Requirement.parse('grpcio-tools<2.0,>=1.13.0'), {'bblfsh'})
Hi! There seems to be an incompatibility between versions of grpcio/grcpio-tools(1.4.0 ¹ <->1.20.0 ²) of ast2vec ¹ and bblfsh ²
Trough pip,similar to #11, i can't use .Topics() either. I was able to solve the command line problem, by using dependences already described at: https://github.com/src-d/tmsc/blob/97a452b3d05415c377275c9a179d98f5a88399b6/Dockerfile#L7 The bblfsh's client and container are working. Trough docker, the problem described in #17 happens.
$ tmsc https://github.com/apache/spark
Traceback(most recent call last): (...) File "/home/user/teste/lib/python3.6/site-packages/pkg_resources/__init__.py", line 596, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/home/user/teste/lib/python3.6/site-packages/pkg_resources/__init__.py", line 789, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (grpcio-tools 1.4.0 (/home/user/teste/lib/python3.6/site-packages), Requirement.parse('grpcio-tools<2.0,>=1.13.0'), {'bblfsh'})