-
Notifications
You must be signed in to change notification settings - Fork 213
Windows compatibility #505
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
Comments
To me it looks like something is wrong with the last path, but |
Couldn't install from git repo because the setuptools-scm could not find I believe the setup.py is not compatible with Windows. On 11 Sep 2016 10:25, "Christian Geier" [email protected] wrote:
|
@DancingQuanta then perhaps we should start there with windows compat. |
Yes, I need to understand what makes this setup.py different from the rest On 11 Sep 2016 11:30, "Christian Geier" [email protected] wrote:
|
I have tried different ways of installing... Tried installing via
Using the advice in the error above, I tried
Which gives an error
The file aux.py still could not be found despite being in the pip-build-z5zrt049. |
I am trying something today.
which results in an error of
Why it is trying to copy that file and to where? Then I renamed the file to |
Just now I tried to rename |
It would seem that windows does not support a file named https://bugs.launchpad.net/tensortoolbox/+bug/1400505 |
Wow, My proposal is to rename |
@hobarrera great find! Renaming the file should fix this. On otherhand, I should avoid using ikhal on windows as ikhal uses unix specific libraries. |
nice find! yes, I agree with renaming. |
@DancingQuanta if any more errors occur, please keep reporting them, perhaps we are able to fix them. |
@geier Sure. But I do not understand what is the format for datetime that khal can recognise.
|
Ah the DATETIME is defined in the khal.conf, I need to remember to use these! |
yep, error message might need to be improved though. I'll close this, feel free to open new issues. |
From the README I was warned that this project will not work on Microsoft Windows but nonetheless I am interested on how far can I go with this on Windows and Cygwin using Windows Anaconda Python
Well, could not install from
pip
from cygwin, what a bore, below is the traceback.The directory where aux.py was expected to be does not exist when I checked to make sure.
Can anyone hazard any interpretion of this error?
What pip and wheel is doing differently on Windows than expected on other system?
Oh and this error is the same in windows as in cygwin if anyone is wondering.
The text was updated successfully, but these errors were encountered: