Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install --pre Pootle not working on Windows #6900

Open
tiloc opened this issue Aug 8, 2019 · 2 comments
Open

pip install --pre Pootle not working on Windows #6900

tiloc opened this issue Aug 8, 2019 · 2 comments

Comments

@tiloc
Copy link

tiloc commented Aug 8, 2019

Steps to reproduce:

Follow installation instructions. The issue occurs during the execution of the "pip install --pre Pootle" statement

Results (Expected/Actual):

Expected: Pootle installs

Actual: Error message
Collecting Pootle
Using cached https://files.pythonhosted.org/packages/ba/c1/d9cea5e2b89a0666c65e6b063c43e54a47b1d786c5a61b6dd01a36dd9731/Pootle-2.9.0rc1.tar.bz2
ERROR: Could not install packages due to an EnvironmentError: [WinError 3] The system cannot find the path specified: 'C:\Users\username\AppData\Local\Temp\pip-install-56gncwls\Pootle\pootle/static/js/5../5'

Environment (i.e. 'pootle --version', DB, OS, Browser):

Windows 10 Pro 1703. I cannot use pootle --version, as it doesn't install.

@RDCH106
Copy link
Contributor

RDCH106 commented Sep 4, 2019

Same problem! 😅

The problem is also present in the last stable version 2.8.2:

Actual: Error message
Collecting pootle
Using cached https://files.pythonhosted.org/packages/1d/b5/74de9b1ee914589a7e6bea90a6be376a06d523887c1f4b17e602a4a97aa6/Pootle-2.8.2.tar.bz2
ERROR: Could not install packages due to an EnvironmentError: [WinError 3] El sistema no puede encontrar la ruta especificada: 'C:\Users\username\AppData\Local\Temp\pip-install-4_js85z7\pootle\pootle/static/js/5../5'

Windows 10 Pro 1903

@RDCH106
Copy link
Contributor

RDCH106 commented Sep 4, 2019

ℹ️ Workaround:

  1. Clone Pootle repository
  2. Move to pootle folder created by git clone command
  3. Execute pip install . in order to install Pootle from pootle source code.

⚠️ Theses steps don't work for 2.9.0rc1 tag. It only works for last state of master branch (when I was writing was commit 742c08f)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants