Coder Social home page Coder Social logo

Comments (5)

DidierRLopes avatar DidierRLopes commented on April 28, 2024

Hey there,

Python2 isn't supported.

Can you attempt Python3 again, I believe this has been fixed by one of the latest PRs

from openbbterminal.

obsidiandevel avatar obsidiandevel commented on April 28, 2024

Maybe consider a Dockerfile?

Requirement already satisfied: aiohttp==3.7.3 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (3.7.3)
Requirement already satisfied: async-timeout==3.0.1 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 6)) (3.0.1)
Requirement already satisfied: attrs==20.3.0 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 7)) (20.3.0)
Requirement already satisfied: chardet==3.0.4 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 12)) (3.0.4)
Requirement already satisfied: cssselect==1.1.0 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 17)) (1.1.0)
Requirement already satisfied: cycler==0.10.0 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 18)) (0.10.0)
Requirement already satisfied: decorator==4.4.2 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 20)) (4.4.2)
Requirement already satisfied: filelock==3.0.12 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 22)) (3.0.12)
Requirement already satisfied: future==0.18.2 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 28)) (0.18.2)
Requirement already satisfied: idna==2.10 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 41)) (2.10)
Requirement already satisfied: inflection==0.5.1 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 43)) (0.5.1)
Requirement already satisfied: kiwisolver==1.3.1 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 48)) (1.3.1)
Requirement already satisfied: lxml==4.6.2 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 52)) (4.6.2)
Requirement already satisfied: multidict==5.1.0 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 57)) (5.1.0)
Requirement already satisfied: networkx==2.5 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 59)) (2.5)
Requirement already satisfied: oauthlib==3.1.0 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 61)) (3.1.0)
Requirement already satisfied: pyasn1==0.4.8 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 75)) (0.4.8)
Requirement already satisfied: pyasn1-modules==0.2.8 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 76)) (0.2.8)
Requirement already satisfied: pyparsing==2.4.7 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 78)) (2.4.7)
Requirement already satisfied: PySocks==1.7.1 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 79)) (1.7.1)
Requirement already satisfied: python-dateutil==2.8.1 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 80)) (2.8.1)
Requirement already satisfied: regex==2020.11.13 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 85)) (2020.11.13)
Requirement already satisfied: requests==2.25.1 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 86)) (2.25.1)
Requirement already satisfied: requests-oauthlib==1.3.0 in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 87)) (1.3.0)
Requirement already satisfied: six==1.15.0 in /usr/local/Cellar/protobuf/3.14.0/libexec/lib/python3.9/site-packages (from -r requirements.txt (line 94)) (1.15.0)
ERROR: Could not find a version that satisfies the requirement tensorflow==2.4.1
ERROR: No matching distribution found for tensorflow==2.4.1

from openbbterminal.

micheloosterhof avatar micheloosterhof commented on April 28, 2024

Tensorflow is not yet supported on Python 3.9 tensorflow/tensorflow#44485
But it seems to be close.

from openbbterminal.

DidierRLopes avatar DidierRLopes commented on April 28, 2024

The Python that I used was Python 3.6.8.

That one should work.

from openbbterminal.

shadycuz avatar shadycuz commented on April 28, 2024

I'm going to close this now. Lots has changed since this was opened. You can run git checkout main, git pull main to fetch the latest and attempt to reinstall.

The project has been testest to work with Pythons 3.6.8, 3.7 and 3.8. Tensorflow doesn't support python 3.9 yet.

We are using poetry to manage the project and that is one option for installing. The other is to install with the requirements.txt. Feel free to use any virtual environment you want.

Just make sure to run pip install --upgrade pip as that was affecting some people as tensorflow requires pip >= 2.19 (or something like that).

We also have a dockerfile if you would prefer to use docker. We will also soon be offering an "official image" on dockerhub.

Oh and Windows is only supported with docker because pystan is not available for windows (officially).

If you are having problems please open a new issue =).

πŸš€ GamestonkTerminal πŸŒ”

from openbbterminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.