pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

ImportError: No module named 'string_score' #16

Closed niksfirefly closed 6 years ago

niksfirefly commented 8 years ago

After marker upgrade I am getting error

ImportError: No module named 'string_score'

Ubuntu 14.04 pyenv with python 3.4

pip install string_score

Collecting string-score
  Could not find a version that satisfies the requirement string-score (from versions: )
No matching distribution found for string-score

What am I doing wrong?

pindexis commented 8 years ago

My bad, I actually forgot to support python3 after the upgrade. I just fixed it.