frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
236 stars 42 forks source link

OSX pip installation error #260

Closed ktavabi closed 4 years ago

ktavabi commented 5 years ago

pip installation in conda 3.7 environment on OSX 10.14 throws...

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated] ld: library not found for -lstdc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'g++' failed with exit status 1

roll commented 5 years ago

@ktavabi Thanks for reporting!

roll commented 4 years ago

It should be resolved with tabulator@1.38 - https://github.com/frictionlessdata/tabulator-py#v138