Could not find a version that satisfies the requirement akshare (from versions: )
No matching distribution found for akshare
You are using pip version 19.0.3, however version 24.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 2
1 get_ipython().system('pip install akshare requests beautifulsoup4 pandas numpy')
----> 2 import akshare as ak
3 import requests
4 from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'akshare'