-
Notifications
You must be signed in to change notification settings - Fork 45
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
Installation on Windows #79
Comments
Have only tested with latest version from Had to run OS: Windows 11 Pro, |
Good to hear that, maybe it's just my problem. Previously it worked for me just like described in readme (like you described) but lately didn't work. By the way, do you know if we can add windows-curses as a dependency to |
Sorry, I don't have much experience with packaging Python apps. |
Okay, since it seems to work for other people I'll close this. |
I have the same problem. I found that with the scoop main/python (3.12.1) package, calcure wouldn't work but with the main/winpython (3.11.6.0) package, it does work as expected. I think it may have to do with some of the bundled packages with winpyhton. I don't have much experience with Python to investigate if there's a missing dependency for the project for Windows, but I tried installing exclusively each package that comes with WinPython, but it still would close after a few seconds. So I don't think it's any individual package in winpython |
This Stack Overflow answer might help |
Thank you everyone for reporting. I have a feeling that it's something about environments. Like someone on stack overflow points out, installation with pip might not work but installation with conda does. I mean, the package used to work in Windows and people did successfully installed the last version, so it's something about individual Python configuration. At the moment, I don't have any windows installations at hand to check it. Could someone try installing it with conda or something like that? |
@anufrievroman What exactly is Conda? I haven't used it before. |
Me neither but it's like a python distribution, it comes from Anaconda, and there python is sort of isolated from the system. |
I tried installing calcure with Conda/Anaconda's (scoop extras/anaconda3) Conda also comes pre-packed with a variety of packages too |
I tried to install calcure with
I tried installing |
@Bobrokus yes this error means that you need windows-curses library. So, when you install it, the error persists? |
@anufrievroman yes |
Doesn't run on windows, there's no error message in cmd prompt but yea |
Lately, I am unable to run it on Windows. It's installed but when I run
python -m calcure
it just does not start TUI interface and quits the process after a second without any errors. I was wondering if anyone recently was able to install it on Windows? Perhapswindows-curses
library has changed or some other windows specific component?The text was updated successfully, but these errors were encountered: