FCS-analysis / multipletau

python multiple-tau correlation algorithm
https://multipletau.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 9 forks source link

multipletau checks if in a git repository on import #13

Closed thepith closed 6 years ago

thepith commented 6 years ago

I installed multipletau using pip3:

pip3 install --user multipletau

when i run python3 i get the following message:

>>> import multipletau
fatal: Not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
thepith commented 6 years ago

Never mind, it does no occur when using the current GitHub version. For anybody having the same problem, uninstall multipletau and use:

pip install git+https://github.com/FCS-analysis/multipletau

to install it from github.

paulmueller commented 6 years ago

Thanks for reporting. I just created a new release. This message should not appear anymore for multipletau>=0.2.0.