পাইপ ব্যবহার করার সময় প্রায় কোনও কিছু ইনস্টল করতে আমার অসুবিধা হয়। আমি কোডিংয়ে নতুন, তাই আমি ভেবেছিলাম সম্ভবত এটিই আমি ভুল করে চলেছি এবং আমার যা করা প্রয়োজন তা সর্বাধিক পাওয়ার জন্য ইজি_ইনস্টল বেছে নেওয়া হয়েছে, যা সাধারণত কাজ করেছে। যাইহোক, এখন আমি nltk গ্রন্থাগারটি ডাউনলোড করার চেষ্টা করছি, এবং উভয়ই কাজটি সম্পন্ন করছে না।
আমি প্রবেশ করার চেষ্টা করেছি
sudo pip install nltk
তবে নিম্নলিখিত প্রতিক্রিয়া পেয়েছি:
/Library/Frameworks/Python.framework/Versions/2.7/bin/pip run on Sat May 4 00:15:38 2013
Downloading/unpacking nltk
Getting page https://pypi.python.org/simple/nltk/
Could not fetch URL [need more reputation to post link]: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm>
Will skip URL [need more reputation to post link]/simple/nltk/ when looking for download links for nltk
Getting page [need more reputation to post link]/simple/
Could not fetch URL https://pypi.python. org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm>
Will skip URL [need more reputation to post link] when looking for download links for nltk
Cannot fetch index base URL [need more reputation to post link]
URLs to search for versions for nltk:
* [need more reputation to post link]
Getting page [need more reputation to post link]
Could not fetch URL [need more reputation to post link]: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm>
Will skip URL [need more reputation to post link] when looking for download links for nltk
Could not find any downloads that satisfy the requirement nltk
No distributions at all found for nltk
Exception information:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py", line 139, in main
status = self.run(options, args)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py", line 266, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 1026, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/index.py", line 171, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for nltk
--easy_install installed fragments of the library and the code ran into trouble very quickly upon trying to run it.
এই বিষয়ে কোন চিন্তা? এর মধ্যে আমি কীভাবে পাইপ কাজ করতে পারি বা এদিকে সমস্যাটি পেতে পারি তার কিছু প্রতিক্রিয়া আমি সত্যিই উপলব্ধি করব।
[SSL: TLSV1_ALERT_PROTOCOL_VERSION]
সকলের জন্য পেয়েছেনpip install
, এটি পাইথন.অর্গ সাইটগুলির সাম্প্রতিক টিএলএস অবমূল্যায়নের কারণে। এই উত্তরটি