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
Created
~/.bash-profile
Added the following two keys
export OPENAI_API_KEY=
export NLPCLOUD_API_KEY=
Saved the file and sourced it.
source ~/.bash-profile_
So far so good. However, when I run the app -
python muses.py
This is the error:
Traceback (most recent call last):
File "/home/robert/Muses/muses.py", line 7, in
from python.MusesHelper import MusesHelper
File "/home/robert/Muses/python/MusesHelper.py", line 9, in
import cohere
ModuleNotFoundError: No module named 'cohere'
So thank you for creating this, but without some assistance I'm unable to use this.
The text was updated successfully, but these errors were encountered:
On Sun, Mar 26, 2023 at 1:55 PM bitshifter52 ***@***.***> wrote:
*I followed these instructions in muses.py*
Created
~/.bash-profile
Added the following two keys
export OPENAI_API_KEY=
export NLPCLOUD_API_KEY=
Saved the file and sourced it.
source ~/.bash-profile_
*So far so good. However, when I run the app -*
python muses.py
*This is the error:*
Traceback (most recent call last):
File "/home/robert/Muses/muses.py", line 7, in
from python.MusesHelper import MusesHelper
File "/home/robert/Muses/python/MusesHelper.py", line 9, in
import cohere
ModuleNotFoundError: No module named 'cohere'
So thank you for creating this, but without some assistance I'm unable to
use this.
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARB4DCKZ32H3BHJLXELSSTW6B7HHANCNFSM6AAAAAAWIKCKOE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I followed these instructions in muses.py
Created
~/.bash-profile
Added the following two keys
export OPENAI_API_KEY=
export NLPCLOUD_API_KEY=
Saved the file and sourced it.
source ~/.bash-profile_
So far so good. However, when I run the app -
python muses.py
This is the error:
Traceback (most recent call last):
File "/home/robert/Muses/muses.py", line 7, in
from python.MusesHelper import MusesHelper
File "/home/robert/Muses/python/MusesHelper.py", line 9, in
import cohere
ModuleNotFoundError: No module named 'cohere'
So thank you for creating this, but without some assistance I'm unable to use this.
The text was updated successfully, but these errors were encountered: