-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.18.0 pip package broken on MacOS #2761
Comments
Can you check if it is similar to the old issue tensorflow/tensorflow#38919 ? |
print(tf.__file__)
# > /Users/alex/.pyenv/versions/3.8.6/lib/python3.8/site-packages/tensorflow/__init__.py ls -la /Users/alex/.pyenv/versions/3.8.6/lib/python3.8/site-packages/tensorflow/
total 207392
drwxr-xr-x 17 alex staff 544 21 сен 09:40 .
drwxr-xr-x 599 alex staff 19168 22 сен 11:58 ..
-rw-r--r-- 1 alex staff 25120 21 сен 09:40 __init__.py
drwxr-xr-x 3 alex staff 96 21 сен 09:40 __pycache__
drwxr-xr-x 5 alex staff 160 21 сен 09:40 _api
drwxr-xr-x 9 alex staff 288 21 сен 09:40 compiler
drwxr-xr-x 14 alex staff 448 21 сен 09:40 core
drwxr-xr-x 5 alex staff 160 21 сен 09:40 distribute
drwxr-xr-x 6 alex staff 192 21 сен 09:40 dtensor
drwxr-xr-x 10 alex staff 320 21 сен 09:40 include
-rwxr-xr-x 1 alex staff 35384980 21 сен 09:40 libtensorflow_framework.2.10.0.dylib
-rwxr-xr-x 1 alex staff 35384980 21 сен 09:40 libtensorflow_framework.2.dylib
-rwxr-xr-x 1 alex staff 35384980 21 сен 09:40 libtensorflow_framework.dylib
drwxr-xr-x 8 alex staff 256 21 сен 09:40 lite
drwxr-xr-x 52 alex staff 1664 21 сен 09:40 python
drwxr-xr-x 8 alex staff 256 21 сен 09:40 tools
drwxr-xr-x 4 alex staff 128 21 сен 09:40 xla_aot_runtime_src |
The name of linked lib is correct, the path is wrong |
It seems to me that the paths don't match for |
I'm able to reproduce this. Will take a look as soon as time allows |
Need to verify how this was missed in the tests as well |
I can reproduce it in version 0.16.1. In my case, the broken is also introduced by
In However, in
|
Release 0.19.0, issue still here |
System information
Describe the bug
Unable to execute custom ops due to link error
Code to reproduce the issue
Other info / logs
The text was updated successfully, but these errors were encountered: