Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
563 stars 153 forks source link

downloading Platypus with condas #132

Closed sabrinadraude closed 1 year ago

sabrinadraude commented 4 years ago

I get the following issues when trying to install Playtypus using condas. When I use pip install on python it works perfectly fine. I used the following code: conda config --add channels conda-forge conda install platypus-opt

Please help :) 87947326_2716076918439468_1803122657789476864_n(1)

jetuk commented 4 years ago

You have a misconfigured conda channel here. The "https://pypi.org" channel is incorrect and should be removed.

github-actions[bot] commented 1 year ago

This issue is stale and will be closed soon. If you feel this issue is still relevant, please comment to keep it active. Please also consider working on a fix and submitting a PR.