Skip to content
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

Fair.RCPs not found #543

Open
PradyumnaBCG opened this issue Jun 7, 2023 · 1 comment
Open

Fair.RCPs not found #543

PradyumnaBCG opened this issue Jun 7, 2023 · 1 comment

Comments

@PradyumnaBCG
Copy link

While running the jupyter notebook, I found the error " Fair.RCPs not found". Can anyone please help?

@yung-ethan
Copy link

I ran into this issue as well. the fair package had a breaking change after v1.6.4. Resolved by updating environment.yml to fix package version to v1.6.4:

   - pip:
-    - fair>=1.6.4
+    - fair==1.6.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants