-
Notifications
You must be signed in to change notification settings - Fork 117
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
Tensorflow Version Conflict #20
Comments
Hello, have you solved this problem? |
absl-py==2.0.0
astor==0.8.1
cloudpickle==1.1.1
decorator==5.1.1
gast==0.2.2
gin-config==0.5.0
google-pasta==0.2.0
grpcio==1.59.2
gym==0.12.5
h5py==2.10.0
importlib-metadata==6.7.0
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.2
Markdown==3.4.4
MarkupSafe==2.1.3
numpy==1.18.5
opt-einsum==3.3.0
Pillow==5.3.0
protobuf==3.20.3
pybullet==2.5.0
pyglet==2.0.9
scipy==1.7.3
six==1.16.0
tensorboard==1.15.0
tensorflow==1.15.5
tensorflow-estimator==1.15.1
tensorflow-probability==0.8.0
tensorflow-serving-api==1.15.0
termcolor==2.3.0
tf-slim==1.1.0
typing_extensions==4.7.1
Werkzeug==2.2.3
wrapt==1.15.0
zipp==3.15.0 You can try to use this alternative For me it works but I still have errors running tests |
hello, @ngochieu642 , I followed your env and made some adaptive of the code with tf version(the t2r has some stupid mistakes in their proj.). And now I can run all the test successfully, what's your problem? |
Hey @colorcatliu, this is the full logs. I haven't had time to look at this I made a repo here so that you can try to reproduce that yourself: https://github.com/ngochieu642-org/run-robotics
|
@ngochieu642 I haven't met the error you faced, maybe I had when debug with the other dependency packages. The follows is what I built in my docker image: Package Version absl-py 0.15.0 After you install the package, you need to comment the TPU wraper support, and keep mind of the old tf import format:"import tensorflow.compat.v1 as tf" |
Hi,
I successfully installed the environment on Python==3.8.10, tf is 2.11.
When I enter
python -m tensor2robot.research.pose_env.pose_env_models_test
It returns an error:
ModuleNotFoundError: No module named 'tensorflow.contrib'
Then I downgrade my python version and tf version to Python==3.7.16 and tf==1.14 (I created a new virtual environment)
When I enter the same code, it returns me a different error:
It requires me the latest version for tensorflow-probability, which is a conflict to the previous error.
Any suggestion for help? Thanks a lot!
The text was updated successfully, but these errors were encountered: