Conversation
| Cython>=0.28,<1.0; python_version == '3.7' | ||
| PyStemmer==1.3.0 | ||
| bblfsh==2.12.7 | ||
| bblfsh==2.9.13 |
There was a problem hiding this comment.
@zurk I think that setting the version to 2.9.13 will break the downstream packages which require a newer version... Thoughts?
There was a problem hiding this comment.
The best option I see is to ask data retrieval team to update bblfsh requirement and publish the new package. The problem is sourced-jgit-spark-connector is deprecated...
There was a problem hiding this comment.
Yes, it is not going to be updated, also there may be a backward incompatibility. Besides, we will soon have to switch to v3. I think that we should accept this change and work around it in dependent projects.
|
Thank you for testing the docker build! I am going to include it to the CI so that we never break it again. |
|
This is going to be resolved after we split this project into the library and the framework, stay tuned. |
By running
docker run -it --rm srcd/ml --helpI was not able to run docker image with the following error messages:jgit-spark-connector requires bblfsh with the version of 2.9.13.
After this change received the following error message:
Move on to the
setup.pypandasshould be not inextras_require, but ininstall_requiresgroup and as ofpython 3.4usagepandas<0.21should be used.With these changes, I was able to build an image and run a container.