Coder Social home page Coder Social logo

Comments (5)

Ulmerjm avatar Ulmerjm commented on April 28, 2024 2

I have found that if you edit the requirments.txt and have

scipy

Instead of

scipy==1.6.1

Pip will automatically find and install version 1.6.1 on its own. Your milage may vary here but it is worth a shot.

from openbbterminal.

chris-jones avatar chris-jones commented on April 28, 2024

Scipy requires: Python >=3.7

You'll need to update your python version to use it.

(see: https://pypi.org/project/scipy/1.6.1/)

from openbbterminal.

adamlaz avatar adamlaz commented on April 28, 2024

I had/have the same issue...

pyenv local 3.6.8 # Because this was mentioned in readme install section
pip install -r requirements.txt
...
ERROR: Could not find a version that satisfies the requirement scipy==1.6.1
ERROR: No matching distribution found for scipy==1.6.1

I have it (mostly) working with Python v3.7.7

pyenv local 3.7.7
pip install -r requirements.txt
...
python gamestonk_terminal.py
Welcome to Didier's Gamestonk Terminal
...

I tried v3.7.7 for no other reason than I had that version already installed via pyenv. Also, it doesn't install properly with 3.8.1. There are some errors that I've seen so far (eg. Importing plotly failed. Interactive plots will not work.) ... So I'm not going to open a PR to update readme until I play with this some more and ...either know "everything" is working... or, do fixes needed.

Just posting this here so others that get the error can try using this version/etc.

from openbbterminal.

DidierRLopes avatar DidierRLopes commented on April 28, 2024

Hey @alifa133,

Thank you for pointing this out. The scipy version should have been the 1.4.1 in the first place. I'll fix this soon, along with all requirements.txt fixes.

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.