-
Notifications
You must be signed in to change notification settings - Fork 18
dependency version conflicts #52
Comments
Thanks for bringing this up @tljstewart . I tried on my mac machine and did get it to install on python 3.9 without the matplotlib issue either (my pip version is |
@sunil-s thanks for checking that out, I switch to python 3.7 (as noted in the setup.py) I almost found success there, installed via Note: this works without issue in google colab |
I don't see that issue in my local machine. After you install the ai-economist, you may want to do a |
Hey @sunil-s I think I have a fix for the map issue, I'll make a separate issue and then push a PR for it. Windows ahh! lol (Unfortunately I dev on both mac and win equally) |
Thanks @tljstewart |
Unable to
pip install ai-economist
orpip install -e .
in a freshconda
environment on windows, I have not tested on Mac or Linux as of today.versions:
python 3.9, pip 21.2.4
Issue:
matplotlib
dependency conflict:matplotlib==3.2.1
inrequirements.txt
then doing apip install matplotlib
after installingai-economist
verions:
python 3.10, pip 21.2.4
issue:
scipy
dependency conflictI'm running into similar
requirements.txt
issues withpoppygen
, a python package I've created that generates demographically accurate human agents. I'll update here if I find a more robust solution.The text was updated successfully, but these errors were encountered: