-
Notifications
You must be signed in to change notification settings - Fork 134
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
Difficulties with setup #170
Comments
Just an update... Adding the |
Hi, so yes, it does seem the matplotlib version is bad. That's a good catch. Yes, you are expected to use the conda env. |
This was necessary to get test tests to pass, otherwise it wouldn't find the tf_utils. See also: eugenevinitsky/sequential_social_dilemma_games#170
Trying to follow the setup instructions through as per the README does not seem straightforward as things stand. (Mac OS, Mojave).
causal
environment from the environment.yml? Thepython setup.py develop
instructions given won't result in this will it?Assuming
conda env create -n causal environment.yml
needed to be run, the following issues then came up during setup:Workaround: This is odd, as I've used matplotlib and
import matplotlib.pyplot as plt
without issues on other environments. I'm not 100% sure what the details of the backend issues are, but relaxing the version specified in the environment file, and upgrading matplotlib (3.1.3 at time of writing), seemed to resolve.2. The symlinks to @natashamjaques fork of ray seem incomplete, or at least the following errors occur when running tests:
I have been trying to add further module ray symlinks (e.g. for
experimental
) but it just seems to reveal more and more unresolvable dependencies. Are there any plans to integrate with a stable/supported release of ray instead of the fork? I assume there remain incompatibilities.I would post a PR to update matplotlib if I could test the consequences. But I can't currently run tests.
May relate to #164, I'm not sure. That one seems to have different steps in setting up ray versions.
The text was updated successfully, but these errors were encountered: