Zaiban Ali
Zaiban Ali
I am having the same issue. Did you found something related to this?
After running `pip install tensorflow-io` I get this error: ``` ERROR: Could not find a version that satisfies the requirement tensorflow-io (from versions: none) ERROR: No matching distribution found for...
I tried to build io myself using `python3 setup.py -q bdist_wheel` but it gave me this error. ``` Project: tensorflow-io Exclude: ['tests', 'tests.*', 'tensorflow_io_gcs_filesystem', 'tensorflow_io_gcs_filesystem.*'] Install Requires: ['tensorflow-io-gcs-filesystem==0.24.0'] Project Rootpath:...
@sconiac can you please tell us in more detail how you did it? I am stuck with this for more than 2 weeks.
@sconiac thank you for explaining what you did. I already reached this point but the part where it throws a dynamic library error is the critical one and it is...
First, goto to the `tensorflow/io` root folder. Second, do: ``` rm -r dist/* export MACOSX_DEPLOYMENT_TARGET="$(sw_vers -productVersion)" ``` Third, on the same bash shell do: ``` python3 setup.py -q bdist_wheel --project...
@sun1638650145 Okay so I tested it again and I am getting this error too when importing tensorflow_io or when using object detection api. ``` >>> import tensorflow_io /Users/zaiban.ali/miniforge3/envs/test1/lib/python3.8/site-packages/tensorflow_io/python/ops/__init__.py:98: UserWarning: unable...
@yongtang I am using this https://github.com/apple/tensorflow_macos/releases/tag/v0.1alpha3 All other things are working correctly, the issues only occurs when I try to use tensorlfow-io. (in my case it is required by tensorflow...
Update: I am able to run object detection api even with this warning, the problem was that I had previously installed the old TensorFlow addon package. Updating the TensorFlow addon...
@yongtang no dependency issues on my side.