Closed aljanaidehosu closed 3 years ago
If I had to guess, your pip3 likely does not point to your Python 3.6.2 environment. I would suggest initialising and activating an virtualenv to install ConvoKit in.
If I had to guess, your pip3 likely does not point to your Python 3.6.2 environment. I would suggest initialising and activating an virtualenv to install ConvoKit in.
Thanks for your reply! I actually do use virtual env. These are the steps I follow:
conda create --name convokit2 python=3 source activate convokit pip3 install convokit
Hmm, I'm not sure what the issue is then, I just ran your sequence of commands (correcting the second line to 'convokit2') and it worked just fine for me. If it helps, I'm on conda 4.10.3, and Python 3.9.6 was used.
So I managed to resolve this issue by running the command: python3 -m pip install --upgrade pip setuptools wheel
When I try: pip3 install convokit, I get the following error:
I have Python 3.6.2 installed, and numpy is also installed.
How can I fix this?