G
G
Georgy Kharitonov2022-04-11 12:30:33
pip
Georgy Kharitonov, 2022-04-11 12:30:33

Error installing library with pip?

I'm trying to install the library, but I'm getting the following error:

pip install emoji-translate
Collecting emoji-translate
  Using cached emoji_translate-0.1.0-py3-none-any.whl (426 kB)
Requirement already satisfied: emoji in c:\users\vo171\appdata\local\programs\python\python310\lib\site-packages (from emoji-translate) (1.6.3)
Requirement already satisfied: pandas in c:\users\vo171\appdata\local\programs\python\python310\lib\site-packages (from emoji-translate) (1.3.4)
Requirement already satisfied: numpy in c:\users\vo171\appdata\local\programs\python\python310\lib\site-packages (from emoji-translate) (1.22.2)
Requirement already satisfied: pytz>=2017.3 in c:\users\vo171\appdata\local\programs\python\python310\lib\site-packages (from pandas->emoji-translate) (2021.3)
Requirement already satisfied: python-dateutil>=2.7.3 in c:\users\vo171\appdata\local\programs\python\python310\lib\site-packages (from pandas->emoji-translate) (2.8.2)
Requirement already satisfied: six>=1.5 in c:\users\vo171\appdata\local\programs\python\python310\lib\site-packages (from python-dateutil>=2.7.3->pandas->emoji-translate) (1.16.0)
Installing collected packages: emoji-translate
ERROR: Could not install packages due to an OSError: [WinError 206] Имя файла или его расширение имеет слишком большую длину: 'C:\\Users\\vo171\\AppData\\Local\\Programs\\Python\\Python310\\Lib\\site-packages\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\build\\lib\\emoji_translate'


Yes, it is written that it is too long, but what to do with it? Can this be fixed somehow? Tell me please.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tshipenchko, 2022-04-11
@NoGrisha

Cause and solution of error https://stackoverflow.com/questions/51624449/pytho...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question