chstan / arpes

Mirror of PyARPES (gitlab/lanzara-group/python-arpes) the open source ARPES analysis framework
https://arpes.readthedocs.io
Other
38 stars 25 forks source link

Igor package installation fail? #5

Closed PYmeas closed 3 years ago

PYmeas commented 3 years ago

Hello

I am migrating to pyarpes v3 and when reinstalling packages i get an error on igor package as below. is it due to my python version?, i use anaconda with python 3.8.

Thanks


(env_arpes) PS C:\Users\xxxxxh\arpes> pip install https://github.com/chstan/igorpy/tarball/712a4c4#egg=igor-0.3.1
Collecting igor-0.3.1
  Using cached https://github.com/chstan/igorpy/tarball/712a4c4
  WARNING: Generating metadata for package igor-0.3.1 produced metadata for project name igor. Fix your #egg=igor-0.3.1 fragments.
WARNING: Discarding https://github.com/chstan/igorpy/tarball/712a4c4#egg=igor-0.3.1. Requested igor from https://github.com/chstan/igorpy/tarball/712a4c4#egg=igor-0.3.1 has inconsistent name: filename has 'igor-0-3-1', but metadata has 'igor'
ERROR: Could not find a version that satisfies the requirement igor-0-3-1 (unavailable) (from versions: none)
ERROR: No matching distribution found for igor-0-3-1 (unavailable)
PYmeas commented 3 years ago

just igor instead of igor-0.3.1 in the links works

chstan commented 3 years ago

Glad to hear that works. I'll add an note in the documentation that it should be changed to =igor-0.3 (which should work. I will double check) or =igor.

Thanks for letting me know.