conda-forge / osmnx-feedstock

A conda-smithy repository for osmnx.
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

version bump to 0.3.1 #13

Closed gboeing closed 7 years ago

gboeing commented 7 years ago

@ocefpaf the py3.5 travis-ci test failed, but the 2.7 and 3.6 succeeded. The 3.5 failure is due to an import error in the tests -- it cannot find the installed module. I am not sure what to make of this... why this would fail but the other two would succeed. Do you have any insight?

===== testing package: osmnx-0.3.1-py35_0 =====
import: 'osmnx'
Traceback (most recent call last):
  File "/Users/travis/miniconda3/conda-bld/osmnx_1487364267428/test_tmp/run_test.py", line 27, in <module>
    import osmnx
ImportError: No module named 'osmnx'
ocefpaf commented 7 years ago

That is quite odd. I don't have a Mac to test it. We can merge this to cash what is working, open an issue, and hope someone with a Mac can take a look.