autodeployai / pypmml-spark

Python PMML scoring library for PySpark as SparkML Transformer
Apache License 2.0
21 stars 2 forks source link

Fix dependency conflict for issue #3

Closed NeolithEra closed 5 years ago

NeolithEra commented 5 years ago

2

NeolithEra commented 5 years ago

@scorebot BTW, dependency conflict problems are very common in practice in python ecosystem. I have encountered the issues several times. What's your oppinion on the challenges of detecting and repairing such issues? And how to avoid dependency conflict problems among python projects?

Thanks!

scorebot commented 5 years ago

Well done! About the dependency conflict problems, there could no perfect solution, whatever pip or conda. In order to avoid potential conflict, there is a practical method, you can create different isolated virtual envs for different solutions using Virtualenv or Conda.