You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I resolve the following conflict? Please help.
I have tried both imitation@tf-master and tf-master-compatibility branch
Linux,
Python 3.7
Tensorflow 1.15
The conflict is caused by:
evaluating-rewards 0.1.1 depends on stable-baselines 2.10.3a0.-WIP- (from git+https://github.com/hill-a/stable-baselines.git)
imitation 0.1.1 depends on stable-baselines~=2.10.1
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
The text was updated successfully, but these errors were encountered:
I also am getting the same issue. I attempted to solve the problem by creating forks of both the evaluating_rewards repo and and stable_baselines repo, and changing the version string in stable-baselines/stable_baselines/version/txt, and setting the dependency in evaluating-rewards/requirements.txt to point to my forked version of stable-baselines. This seems to fix the initial issue that you pointed out. However, I need to downgrade my python version to 3.7 in order to install tensorflow 1.15, but homebrew does not support python 3.7. Not sure if there is a workaround beyond a manual installation of python 3.7
How do I resolve the following conflict? Please help.
I have tried both
imitation@tf-master
andtf-master-compatibility
branchLinux,
Python 3.7
Tensorflow 1.15
The text was updated successfully, but these errors were encountered: