Coder Social home page Coder Social logo

scipy==1.6.1 about openbbterminal HOT 10 CLOSED

yonoflow avatar yonoflow commented on April 29, 2024 1
scipy==1.6.1

from openbbterminal.

Comments (10)

DidierRLopes avatar DidierRLopes commented on April 29, 2024 6

Hey guys,

Sorry, this was my bad. The scipy version I'm actually using is 1.4.1.

I'm fixing the requirements this weekend. Bear with me :)

from openbbterminal.

verchalent avatar verchalent commented on April 29, 2024 4

Hey guys,

Sorry, this was my bad. The scipy version I'm actually using is 1.4.1.

I'm fixing the requirements this weekend. Bear with me :)

Heros are allowed to make mistakes.

from openbbterminal.

shadycuz avatar shadycuz commented on April 29, 2024 1

Heros are allowed to make mistakes

We like the terminal!

from openbbterminal.

rwinte avatar rwinte commented on April 29, 2024

On a Mac you should be using pip3 to perform the installation. The default pip executable is Python 2 rather than Python 3.

from openbbterminal.

rwinte avatar rwinte commented on April 29, 2024

I was able to finish the installation on MacOS 11.2.2 by using Python 3 from Anaconda rather than the system-installed version. This is Python 3.8.2.

I created a venv and installed using:
/path/to/anaconda/bin/python -m venv
source /bin/activate
pip install -r requirements.txt

from openbbterminal.

verchalent avatar verchalent commented on April 29, 2024

Ran into the same issue. scipy 1.6.1 is the latest on pypi.org, but the latest compatible with Python 3.6.8 (suggested / tested version) is 1.5.4

from openbbterminal.

shmup avatar shmup commented on April 29, 2024

This isn't mac specific

On linux, and funnily enough I've worked backwards from 3.9.1 for a bit before seeing this was dev'd against 3.6.8, but alas, here I am hitting it on 3.6.8. Probably an easy resolution

(unrelated, but current 3.9.1 problems appear to just be tensorflow tensorflow/tensorflow#44485)

from openbbterminal.

yonoflow avatar yonoflow commented on April 29, 2024

It worked for me by changing in requirements.txt just to scipy instead of scipy==1.6.1
What happens is apparently that scipy is being installed regardless of the version.

from openbbterminal.

verchalent avatar verchalent commented on April 29, 2024

Confirming @shmup 's comment, it's not mac specific. I am hitting it on Linux using py 3.6.8 and also worked backwards from the latest py version. Changing from scipy==1.6.1 to scipy in requirements allowed me to get past this one. This change with Py 3.6.8 still yielded a bunch of minor errors and warnings in the modules installs, but was the first combo that allowed me to actually run the terminal.

from openbbterminal.

shadycuz avatar shadycuz commented on April 29, 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.