FeynCalc / feyncalc

Mathematica package for algebraic calculations in elementary particle physics.
https://feyncalc.github.io
GNU General Public License v3.0
309 stars 87 forks source link

Automatic installation of development version fails #120

Closed kenmimasu closed 3 years ago

kenmimasu commented 3 years ago

Issue: The automatic installer of the development version is failing as shown below. Stable version installs without issue.

Import["https://raw.githubusercontent.com/FeynCalc/feyncalc/master/install.m"]
InstallFeynCalc[InstallFeynCalcDevelopmentVersion -> True]

Output:

Downloading FeynCalc from https://github.com/FeynCalc/feyncalc/archive/master.zip ...done! 
FeynCalc zip file was saved to /private/var/folders/30/81kkryrd0cv75k5_2jtzk79w0000gn/T/m000005161721.
Extracting FeynCalc zip file to /private/var/folders/30/81kkryrd0cv75k5_2jtzk79w0000gn/T/m000005161721.dir ...done! 
Checking the directory structure...
Failed to recognize the directory structure of the downloaded zip file. 
Installation aborted!
vsht commented 3 years ago

Thanks. Indeed this issue was not there before I introduced the new .m-formatted documentation.

With the fix I just pushed to the repo the installer now works for me. Does this solve the problem for you too?

kenmimasu commented 3 years ago

Yes it works for me now, thanks!

vsht commented 3 years ago

Thanks for the prompt feedback.