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
(env) PS C:\Users\path\Work\CortexTest> pip install @janhq/cortex-python
ERROR: Invalid requirement: '@janhq/cortex-python': Expected package name at the start of dependency specifier
@janhq/cortex-python
^
(env) PS C:\Users\path\Work\CortexTest> pip install janhq/cortex-python
ERROR: Invalid requirement: 'janhq/cortex-python': Expected end or semicolon (after name and no valid version specifier)
janhq/cortex-python
^
The text was updated successfully, but these errors were encountered:
Describe the bug
(env) PS C:\Users\path\Work\CortexTest> pip install @janhq/cortex-python
ERROR: Invalid requirement: '@janhq/cortex-python': Expected package name at the start of dependency specifier
@janhq/cortex-python
^
(env) PS C:\Users\path\Work\CortexTest> pip install janhq/cortex-python
ERROR: Invalid requirement: 'janhq/cortex-python': Expected end or semicolon (after name and no valid version specifier)
janhq/cortex-python
^
The text was updated successfully, but these errors were encountered: