opentracing-contrib / python-elasticsearch

OpenTracing instrumentation for the the Python's Elasticsearch clients
Apache License 2.0
11 stars 6 forks source link

No such file or directory: 'VERSION' #1

Open etano opened 6 years ago

etano commented 6 years ago

I believe you may need to push your recent changes to PyPi because the current install breaks:

$ pip install elasticsearch_opentracing Collecting elasticsearch_opentracing Downloading elasticsearch_opentracing-0.1.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-8pJUUz/elasticsearch-opentracing/setup.py", line 3, in version = open('VERSION').read() IOError: [Errno 2] No such file or directory: 'VERSION'

ror6ax commented 6 years ago

Same here. @tedsuo - can you please add me as a maintainer here as well so I can re-release the artifact?

carlosalberto commented 6 years ago

Hey @ror6ax Just re-released. Hope this fixes the error. I had issued a release last year (as old versions of pip have an issue with MANIFEST/MANIFEST.in), but it seems it didn't really fix it :/

Synchronizing to PyPi takes a around 15 min, so I will triple check by then. Let me know.