Open elver opened 4 years ago
Thank you!
Very helpful I would say! :)
@elver Sorry but this doesn't work with me
Obtaining python from git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python Updating ./src/python clone WARNING: Generating metadata for package python produced metadata for project name opensky-api. Fix your #egg=python fragments. ERROR: Requested opensky-api from git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python has different name in metadata: 'opensky-api'
pip install -e "git+https://github.com/openskynetwork/opensky-api.git#egg=opensky-api&subdirectory=python"
works with me.
@kashiwachen Thanks! Works in GoogleCollab .ipynb
WARNING: Generating metadata for package python produced metadata for project name opensky-api. Fix your #egg=python fragments. Discarding git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python: Requested opensky-api from git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python has inconsistent name: expected 'python', but metadata has 'opensky-api' ERROR: Could not find a version that satisfies the requirement python (unavailable) (from versions: none) ERROR: No matching distribution found for python (unavailable)
Here's how to really install the Python version from git:
pip install -e "git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python"
Having this in the docs would be useful :)