ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
85 stars 4 forks source link

how can we use pip install this #155

Closed wanghaisheng closed 5 months ago

lukapeschke commented 5 months ago

You can use pip install fastexcel. If you're encountering issues, please provide your platform, OS and python version :slightly_smiling_face:

wanghaisheng commented 5 months ago

actuallyy

$ pip install fastexcel Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ ERROR: Could not find a version that satisfies the requirement fastexcel (from versions: none) ERROR: No matching distribution found for fastexcel

lukapeschke commented 5 months ago

It looks like you are on custom pypi mirrors:

Looking in indexes: https://mirrors.aliyun.com/pypi/simple/

There are two solutions here:

lukapeschke commented 5 months ago

@wanghaisheng I'm closing this for now, feel free to reopen the issue if installing from the official PyPI mirrors fails