anassinator / dqn-obstacle-avoidance

Deep Reinforcement Learning for Fixed-Wing Flight Control with Deep Q-Network
MIT License
74 stars 20 forks source link

Why directpython cannot import tensorflow? #3

Closed zhaoxinyizhf closed 6 years ago

zhaoxinyizhf commented 6 years ago

Thanks a lot for your advice. I have changed the version to Python 2.7 and tensorflow 1.6.0. Still, Python can import tensorflow but directpython cannot. How can I fix it?

anassinator commented 6 years ago

Are you installing tensorflow globally (i.e. with sudo)?

zhaoxinyizhf commented 6 years ago

Thank you so much! It works now.

anassinator commented 6 years ago

No problem!