i’m trying to install google-colab but some error happens , why is it happening?

while installing google-colab there seems to be a issue i tried many things but it seem to be persistant can anyone tell me whats the issue here and how to resolve it ?

`PS C:UsersShreyas> pip install google-colab

Collecting google-colab

Downloading google-colab-1.0.0.tar.gz (72 kB)

Preparing metadata (setup.py) … done

Collecting google-auth~=1.4.0 (from google-colab)

Downloading google_auth-1.4.2-py2.py3-none-any.whl.metadata (3.0 kB)

Collecting ipykernel~=4.6.0 (from google-colab)

Downloading ipykernel-4.6.1-py3-none-any.whl.metadata (981 bytes)

Collecting ipython~=5.5.0 (from google-colab)

Downloading ipython-5.5.0-py3-none-any.whl.metadata (4.3 kB)

Requirement already satisfied: notebook~=5.2.0 in c:usersshreyasappdatalocalprogramspythonpython311libsite-packages (from google-colab) (5.2.2)

Collecting six~=1.12.0 (from google-colab)

Downloading six-1.12.0-py2.py3-none-any.whl.metadata (1.9 kB)

Collecting pandas~=0.24.0 (from google-colab)

Downloading pandas-0.24.2.tar.gz (11.8 MB)

11.8/11.8 MB 874.7 kB/s eta 0:00:00

Preparing metadata (setup.py) … error

error: subprocess-exited-with-error

python setup.py egg_info did not run successfully.

exit code: 1

[175 lines of output]

C:UsersShreyasAppDataLocalTemppip-install-d4d054p6pandas_71e68076abd34e78aef730b7a906beefsetup.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

import pkg_resources

C:UsersShreyasAppDataLocalTemppip-install-d4d054p6pandas_71e68076abd34e78aef730b7a906beefsetup.py:50: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

_CYTHON_INSTALLED = ver >= LooseVersion(min_cython_ver)

warning: pandas_libsparsers.pyx:1764:34: Casting a GIL-requiring function into a nogil function circumvents GIL validation

warning: pandas_libstslibsperiod.pyx:158:19: Casting a GIL-requiring function into a nogil function circumvents GIL validation

warning: pandas_libstslibsperiod.pyx:160:19: Casting a GIL-requiring function into a nogil function circumvents GIL validation

warning: pandas_libstslibsperiod.pyx:162:19: Casting a GIL-requiring function into a nogil

warning: pandas_libstslib.pyx:720:49: Buffer unpacking not optimized away.

warning: pandas_libstslib.pyx:720:49: Buffer unpacking not optimized away.

Compiling pandas_libs/algos.pyx because it depends on C:UsersShreyasAppDataLocalProgramsPythonPython311Libsite-packagesCythonIncludeslibcstring.pxd.

Compiling pandas_libs/groupby.pyx because it depends on C:UsersShreyasAppDataLocalProgramsPythonPython311Libsite-packagesCythonIncludeslibcstring.pxd.

1/36] Cythonizing pandas_libs/algos.pyx

2/36] Cythonizing pandas_libs/parsers.pyx

3/36] Cythonizing pandas_libs/skiplist.pyx

4/36] Cythonizing pandas_libs/tslibs/period.pyx

5/36] Cythonizing pandas_libs/window.pyx

6/36] Cythonizing pandasio/msgpack/_unpacker.pyx

7/36] Cythonizing pandas_libs/groupby.pyx

8/36] Cythonizing pandas_libs/hashing.pyx

9/36] Cythonizing pandas_libs/hashtable.pyx

[10/36] Cythonizing pandas_libs/index.pyx

[11/36] Cythonizing pandas_libs/internals.pyx

[12/36] Cythonizing pandas_libs/interval.pyx

[13/36] Cythonizing pandas_libs/join.pyx

[14/36] Cythonizing pandas_libs/lib.pyx

[15/36] Cythonizing pandas_libs/missing.pyx

[16/36] Cythonizing pandas_libs/ops.pyx

[17/36] Cythonizing pandas_libs/properties.pyx

[18/36] Cythonizing pandas_libs/reduction.pyx

[19/36] Cythonizing pandas_libs/reshape.pyx

[20/36] Cythonizing pandas_libs/sparse.pyx

[21/36] Cythonizing pandas_libs/tslib.pyx

[22/36] Cythonizing pandas_libs/tslibs/ccalendar.pyx

[23/36] Cythonizing pandas_libs/tslibs/conversion.pyx

[24/36] Cythonizing pandas_libs/tslibs/fields.pyx

[25/36] Cythonizing pandas_libs/tslibs/frequencies.pyx

[26/36] Cythonizing pandas_libs/tslibs/nattype.pyx

[27/36] Cythonizing pandas_libs/tslibs/np_datetime.pyx

[28/36] Cythonizing pandas_libs/tslibs/offsets.pyx

[29/36] Cythonizing pandas_libs/tslibs/parsing.pyx

[30/36] Cythonizing pandas_libs/tslibs/resolution.pyx

[31/36] Cythonizing pandas_libs/tslibs/strptime.pyx

[32/36] Cythonizing pandas_libs/tslibs/timedeltas.pyx

[33/36] Cythonizing pandas_libs/tslibs/timestamps.pyx

[34/36] Cythonizing pandas_libs/tslibs/timezones.pyx

[35/36] Cythonizing pandas_libs/writers.pyx

[36/36] Cythonizing pandasio/msgpack/_packer.pyx

C:UsersShreyasAppDataLocalProgramsPythonPython311Libsite-packagessetuptools_init_.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.

!!

********************************************************************************

Requirements should be satisfied by a PEP 517 installer.

If you are using pip, you can try `pip install –use-pep517`.

********************************************************************************

!!

dist.fetch_build_eggs(dist.setup_requires)

error in pandas setup command: ‘install_requires’ must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)

pytz >= 2011k

> ~~~~~~~^

[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

error: metadata-generation-failed

Encountered error while generating package metadata.

See above for output.

note: This is an issue with the package mentioned above, not pip.

hint: See above for details.

New contributor

Joey Bennedict is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật