Giter VIP home page Giter VIP logo

Comments (7)

jannikmi avatar jannikmi commented on June 13, 2024

Sorry, it should just be

from multivar_horner import HornerMultivarPolynomial

Thanks for pointing this out. I will fix it in the documentation.

from multivar_horner.

jannikmi avatar jannikmi commented on June 13, 2024

let me know if you encounter other errors

from multivar_horner.

pomeroyb avatar pomeroyb commented on June 13, 2024

Unfortunately I see the same error message:

(venv) PS F:\Downloads\HornerTest> python
Python 3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

>>> import numpy as np
>>> from multivar_horner import HornerMultivarPolynomial
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "F:\Downloads\HornerTest\venv\lib\site-packages\multivar_horner\__init__.py", line 2, in <module>
    from multivar_horner.classes.abstract_poly import load_pickle
ModuleNotFoundError: No module named 'multivar_horner.classes'
>>>

I also do not seem to have the multivar_horner/classes folder in my venv/lib/site-packages.
image

I will try to download the latest release from github and see if there is any different results.

from multivar_horner.

pomeroyb avatar pomeroyb commented on June 13, 2024

Ok, I am able to successfully run

from multivar_horner import HornerMultivarPolynomial

when I download the 3.0.2 file from Github release, and build the project locally.

I attempted to download 3.0.2 from pip, and got the previous error. Downloading the source from PyPi Source distribution shows that the "classes" folder is missing from it.

from multivar_horner.

jannikmi avatar jannikmi commented on June 13, 2024

Ok, thanks for reporting this. I will fix it.

from multivar_horner.

jannikmi avatar jannikmi commented on June 13, 2024

Please check if this got fixed with the latest version 3.0.3.
It was due to using poetry based dependency management (and it automatically influencing the packaging)

from multivar_horner.

pomeroyb avatar pomeroyb commented on June 13, 2024

Can confirm 3.0.3 works on a fresh install. 👍

from multivar_horner.

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.