prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

could not install master branch NXDL files #96

Closed prjemian closed 7 years ago

prjemian commented 7 years ago

Somehow, the GitHub organization (nexusformat) was not added to the URL, resulting in:

GET https://api.github.com/repos/definitions/branches/master

Should have been:

GET https://api.github.com/repos/nexusformat/definitions/branches/master

Full session log: log.txt

prjemian commented 7 years ago

running on a different host (this time linux, not Win10 as OP), with no user cache already, did not replicate the problem

log.txt

prjemian commented 7 years ago

will close this issue when problem resolution is identified on OP Win10 host

prjemian commented 7 years ago

suspect a conflict with installed library vs. source code

prjemian commented 7 years ago

no installed copy of punx, this command did not show punx: pip list