Closed catafest closed 4 years ago
Per the installation instructions, if you want to use pip to install OSMnx, then you should make sure ALL of its dependencies (including matplotlib) are installed on your system first. conda is the recommended install method as several of OSMnx's dependencies entail nontrivial manual installations.
This issue tracker is for reporting bugs or proposing new features. Please ask "how-to" questions on https://stackoverflow.com/ instead. Before you proceed, please read the contributing guidelines in this repo's CONTRIBUTING.md.
If you installed OSMnx via conda and are experiencing installation problems, please open an issue at https://github.com/conda-forge/osmnx-feedstock/issues
If you're having trouble with OSMnx, first search the previously opened issues (and Stack Overflow) to see if the problem has already been noted. If not, fill in the template below:
Problem description (what did you do, what did you expect to happen, and what actually happened)
What operating system, architecture, Python version, and OSMnx version are you using?
Complete list of your environment's packages and their versions (for example, run
conda list
orpip list
then paste the output below, between the two "details" tags)Code snippet that independently and completely reproduces the issue