-
-
Notifications
You must be signed in to change notification settings - Fork 590
version.txt/no vcs could be detected on tarball install #270
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
Can you try with Also, which tarball are you using? Does it contain a |
Don't have pip isntalled but will get it on so I can do this then will let you know. I probably got the one linked off pypi (forgot now). it's 2.5.1 and there is no version.txt |
Ok, progress, but still errors. I now have:
|
dist-packages is a pretty strange place to install out of -- did you The tarball on PyPI also definitely has a version.txt:
Please double check where you got your tarball from. On Thu, Jan 14, 2016 at 10:58 AM, Nick [email protected] wrote:
|
Odd. I don't know what happened there then. dist-packages was a mistake on my part, don't think I read the folders properly when moving everything around. Using the tarball you linked I installed it no problem. |
Awesome, glad it worked for you, cheers. |
Apaprently for ubuntu (the distro being used) dist-packages is more or less the right place: worth noting I didn't use pip. I used the setup.py instead. |
That's where packages get installed to, but not generally a place you'd
|
c09f995c Spell checkin'. 93b5387c Merge pull request #271 from Zac-HD/hypothesis-tests fddd43bd booleans are not equal to numbers d8a820aa Nested anyOf test 0c0fdc12 Add hypothesis-jsonschema to README 59181b43 updated 'output' subschema 664aa98a Optionally allow an output property. 4bd56e35 Merge pull request #270 from ahx/patch-1 8be471df Add json_schemer to list to implementors 9cbad896 Merge remote-tracking branch 'gregsdennis/defs' 12a62baf Show a more helpful message when someone forgets to update both remotes locations. f43e07fe added new remote to appropriate files 1ce104fb un-add draft2019-04 2a68cdd5 updated some references to previous drafts; created new name remote for $defs 19803ceb Merge pull request #3 from json-schema-org/defs a6e836c6 Merge pull request #2 from json-schema-org/master 65e3480c Rename definitions to $defs in the 2019-06 draft. 366f15bd added initial set of tests (with expected output) for draft/2019-04 147da3d2 Merge pull request #1 from json-schema-org/master git-subtree-dir: json git-subtree-split: c09f995c94d6f0e004e7be32d6de74e331ecbfa0
I'm wondering if this is related to #244.
I'm trying to install the latest version - 2.5.1 on an offline server so have to use a tarball install.
On running
python setup.py install
I get the following:Any idea why this happens?
The text was updated successfully, but these errors were encountered: