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

Cannot run phoebe in local #29

Open
tpos8 opened this issue Nov 21, 2024 · 8 comments
Open

Cannot run phoebe in local #29

tpos8 opened this issue Nov 21, 2024 · 8 comments

Comments

@tpos8
Copy link

tpos8 commented Nov 21, 2024

Hi, I am new to phoebe, I can launch phoebe in my python3.10.7, but when I launch phoebe client that it is failed.
01add127017607a994e3c9da52f01f3

@kecnry
Copy link
Member

kecnry commented Nov 21, 2024

can you launch phoebe-server from the command line? You might be missing dependencies for that: pip install flask flask-cors flask-socketio gevent-websocket.

@tpos8
Copy link
Author

tpos8 commented Nov 22, 2024

can you launch phoebe-server from the command line? You might be missing dependencies for that: pip install flask flask-cors flask-socketio gevent-websocket.

I added the phoebe path to my pc system path environment, and input the phoebe-server in the command line, but output this program cannot run like bottom image.
34de1240e77f45f8ca73a253180bac6

@kecnry
Copy link
Member

kecnry commented Nov 22, 2024

can you please paste the text (or better yet, translate)?

@tpos8
Copy link
Author

tpos8 commented Nov 22, 2024

can you please paste the text (or better yet, translate)?

This error says Not an internal or external command, nor a runnable program or batch file

@kecnry
Copy link
Member

kecnry commented Nov 22, 2024

how did you try to install phoebe (the python package, which is separate from the UI)?

@tpos8
Copy link
Author

tpos8 commented Nov 22, 2024

how did you try to install phoebe (the python package, which is separate from the UI)?

I installed phoebe by using python-lib (pip install phoebe) in windows11, the phoebe UI where I download from github, the file is phoebe-1.0.1-setup.exe

@kecnry
Copy link
Member

kecnry commented Nov 22, 2024

ok, we don't have too many windows users, but technically phoebe should work on windows (see the windows install notes). You should also be able to install phoebe in WSL, but I'm not sure how well that will work with the UI.

Can you import phoebe from within python? What output does python -c 'import phoebe; print(phoebe.__version__)' give?

@tpos8
Copy link
Author

tpos8 commented Nov 22, 2024

ok, we don't have too many windows users, but technically phoebe should work on windows (see the windows install notes). You should also be able to install phoebe in WSL, but I'm not sure how well that will work with the UI.

Can you import phoebe from within python? What output does python -c 'import phoebe; print(phoebe.__version__)' give?

Find, thank you! I will try to run in Linux later

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

No branches or pull requests

2 participants