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
Not sure the exact reason, but when running conda install -c conda-forge pymapd, the conda solver takes a very long time.
And if pymapd is in a requirements file with other dependencies, the resolution may not be feasible (the solver takes more than one hour, or never finishes).
I guess there is something in pymapd dependencies that is causing this. It's happening at least with Python 3.6 and 3.7.
The text was updated successfully, but these errors were encountered:
I thought I tried it in a clean miniconda environment, but apparently now. I tried now, and it resolves in a reasonable time.
Not sure what was the dependency or dependencies that were installed that were causing the problem. I'll leave the issue open, since I still think there is a problem with the dependencies. I'll try to have a look to see if I can find the package that is making the solver be super slow when solved together with pymapd.
Not sure the exact reason, but when running
conda install -c conda-forge pymapd
, the conda solver takes a very long time.And if
pymapd
is in a requirements file with other dependencies, the resolution may not be feasible (the solver takes more than one hour, or never finishes).I guess there is something in
pymapd
dependencies that is causing this. It's happening at least with Python 3.6 and 3.7.The text was updated successfully, but these errors were encountered: