-
-
Notifications
You must be signed in to change notification settings - Fork 185
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 Error on Windows #90
Comments
Oh, can this be because git is not installed on the target system? |
Hi @cpaulik, what exactly did you do to install it? Did you use pip? Please be more precise. If you used |
I used I'll check the tar file again since I guess there is something wrong on my side. |
Ok. I've run Then I ran Do you have any ideas why this could be?. The setup.py and setup.cfg look like the pyscaffold templates. |
This is the conda environment in which I am trying all of this:
|
@cpaulik You may have found a serious bug in PyScaffold. I could reproduce it and I think I know where the problem is. Give me some more time, I'll fix it asap. |
@cpaulik Could you check if you have the same problem with PyScaffold 2.5.5? Maybe you need to remove manually older version of PyScaffold first. |
Thanks. I can now install the existing package as well as newly generated ones. |
…041864 d041864 fix issue #86 - detect dirty git workdirs even in the absence of tags 23b8d74 flake8 cleanup 929a5d7 clean up and restructure git workdir handling and status 2617712 update changelog with #86 5538f19 fix issue #86 - detect dirty git workdir without tags 9f360e6 add minimal nix shell config 4a365d2 Merge branch 'master' of github.com:pypa/setuptools_scm 0977be3 correct version in changelog b0a9576 Merge pull request #104 from RonnyPfannschmidt/master 6e6c18e add code comments for comprehending backward compatibility code cdda768 troughly pass all versions trough parsed versions 1cd3958 fix issue #103 - reorder version dumping f9ca54d another changelog update 47f4b79 update changelog 58e1f22 Merge pull request #102 from anarcat/pretend-write 80565e3 properly write version file even if in pretend mode cf19a20 Show python code in the README properly (#100) c1fd474 Merge pull request #98 from RonnyPfannschmidt/reenable-hgrcpath 1899597 explicitly specify merge tool for hg merge test fcde635 allow HGRCPATH env var - potentially fixes #97 4d93251 Merge pull request #99 from RonnyPfannschmidt/fix-travis 98c5c7e work up travis matrix 6384be6 update changelog 4e82375 Merge pull request #91 from te-je/master a575570 Merge pull request #90 from pypa/issue-88 e7c768a fix #89: windows path comparison bug b65c1d0 Merge pull request #1 from pypa/master 1b4cddc Correct typo and clarify Sphinx recommended usage. Fixes #88. git-subtree-dir: pyscaffold/contrib/setuptools_scm git-subtree-split: d041864fc414512a6772a90ba978826318a75a62
When trying to install my pygeogrids package on Windows I get the following error:
This happens when all the dependencies are already installed manually. The same package works without problems in Linux.
The text was updated successfully, but these errors were encountered: