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

how to install server #18

Open
pengembaratemporer opened this issue Sep 13, 2023 · 1 comment
Open

how to install server #18

pengembaratemporer opened this issue Sep 13, 2023 · 1 comment

Comments

@pengembaratemporer
Copy link

hi , i want to install HTML server, but dont know how to install.
tried using command like this, we got error : WARNING: dijkstar 2.6.0 does not provide the extra 'server'

C:>pip install Dijkstar[server]
Requirement already satisfied: Dijkstar[server] in c:\program files\python\lib\site-packages (2.6.0)
WARNING: dijkstar 2.6.0 does not provide the extra 'server'
Requirement already satisfied: six in c:\program files\python\lib\site-packages (from Dijkstar[server]) (1.16.0)
C:>

thanks.

@wylee
Copy link
Owner

wylee commented Sep 14, 2023

Dijkstar version 2 doesn't have the server feature. To use the server features, you have to install version 3 using pip install Dijkstar[server]==3.0a3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants