Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Expected package name at the start of dependency specifier #19

Open
louis-jan opened this issue Jul 12, 2024 · 0 comments
Open

bug: Expected package name at the start of dependency specifier #19

louis-jan opened this issue Jul 12, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@louis-jan
Copy link

louis-jan commented Jul 12, 2024

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
^

@louis-jan louis-jan added the type: bug Something isn't working label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant