chaoss / grimoirelab-elk

GNU General Public License v3.0
58 stars 121 forks source link

`pip install` in Conda env encounters an ERROR #1150

Open wannch opened 1 month ago

wannch commented 1 month ago

I run pip install grimoire-elk to install this project in my Conda environment,but,the following ERROR occurs:
QQ截图20240516154524

Does this project not support installed into virtual env?

jjmerchante commented 1 month ago

I use venv and pyenv for virtual environments and haven't used Conda much, so I can't offer much help. While looking for that error, I saw people who fixed it by running:

conda install uwsgi

And then running again pip install grimoire-elk

Let me know if that fixes your problem.