question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install tensorflow v1.15.0 from requirements.txt

See original GitHub issue
Collecting tensorflow~=1.15.0 (from rasa==1.5.0a1)
  Could not find a version that satisfies the requirement tensorflow~=1.15.0 (from rasa==1.5.0a1) (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0, 1.10.1, 1.11.0rc0, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.12.0rc0, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.2, 1.12.3, 1.13.0rc0, 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:26

github_iconTop GitHub Comments

23reactions
amarflybot18commented, Nov 17, 2019

Got this working!

sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py

Installing collected packages: pip Found existing installation: pip 9.0.1 Uninstalling pip-9.0.1: Successfully uninstalled pip-9.0.1 Successfully installed pip-19.3.1

Then: pip3 install rasa

6reactions
danisztlscommented, Nov 17, 2019

You can upgrade PIP by removing the system python-package and then running: sudo python3 -m pip install --upgrade pip

You can install it locally with “–user” but the system wide installation for PIP is the recommended AFAIK.

@AmalM7 can you run: pip --version just to be sure about it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

I cannot install Tensorflow Version 1.15 through pip
I have a specific situation in which I have to use version 1.15 of Tensorflow, but when I try to install it, it...
Read more >
Install TensorFlow with pip
Step-by-step instructions · 1. System requirements · 2. Install Miniconda · 3. Create a conda environment · 4. GPU setup · 5. Install...
Read more >
Could not find a version that satisfies the requirement ...
I solved the issue by switching to Docker builds. ... #2 pip upgrade happens in the Dockerfile : FROM python:3.7-slim ... RUN pip...
Read more >
install tensorflow using Python 3.5 Code Example
Requires the latest pip pip install --upgrade pip # Current stable release for CPU and GPU pip install tensorflow # Or try the...
Read more >
TensorFlow - PyPI
TensorFlow is an open source machine learning framework for everyone. ... tensorflow 2.11.0. pip install tensorflow. Copy PIP instructions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found