Git Product home page Git Product logo

Comments (10)

abhinabyu avatar abhinabyu commented on July 30, 2024 1

it was python version issue now all libraries are installed.
Thanks for help

On Tue, Apr 7, 2015 at 10:14 AM, Abhimanyu Sharma [email protected]
wrote:

After re installation of all library these are the screen shots of
CSC-pysparse

On Tue, Apr 7, 2015 at 9:56 AM, Abhimanyu Sharma [email protected]
wrote:

Hi,
This is the message i got :

abhimanyu@abhi-pc:~$ python -c "from csc import divisi2"
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named csc

On Tue, Apr 7, 2015 at 7:59 AM, Oscar Celma [email protected]
wrote:

I don't think the warnings are the issue.

What message (if any) do you get when you run this command-line?

$ python -c "from csc import divisi2"


Reply to this email directly or view it on GitHub
#11 (comment)
.

from python-recsys.

ocelma avatar ocelma commented on July 30, 2024

Hi,

looks like csc-pysparse library was not installed.
Try this:

sudo pip install csc-pysparse

or this:

sudo easy_install csc-pysparse

and then check that the CSC library is installed:

$ python -c "from csc import divisi2"

from python-recsys.

abhinabyu avatar abhinabyu commented on July 30, 2024

Hi,
thanks for the reply but,I am still getting same error What i am doing is
this:
1)I installed Python-2.7.9 on desktop
2)Then i go python 2.7.9 directory and installed all three libraries by
copy pasting the commands

But when installing CSC-pysparse following warning comes.
No blas info found
Using BLAS info:
{}
build_src
building py_modules sources
building extension "pysparse.sparse.spmatrix" sources
building data_files sources
build_src: building npy-pkg config files

warning: no files found matching '*.txt'
warning: no previously-included files found matching

'pysparse/config.py'
warning: no previously-included files found matching 'pysp

is this the issue of due to compatibility or something??

On Mon, Apr 6, 2015 at 10:26 PM, Oscar Celma [email protected]
wrote:

Hi,

looks like csc-pysparse library was not installed.
Try this:

sudo pip install csc-pysparse

or this:

sudo easy_install csc-pysparse

and then check that the CSC library is installed:

$ python -c "from csc import divisi2"


Reply to this email directly or view it on GitHub
#11 (comment).

from python-recsys.

ocelma avatar ocelma commented on July 30, 2024

I don't think the warnings are the issue.

What message (if any) do you get when you run this command-line?

 $ python -c "from csc import divisi2"

from python-recsys.

abhinabyu avatar abhinabyu commented on July 30, 2024

Hi,
This is the message i got :

abhimanyu@abhi-pc:~$ python -c "from csc import divisi2"
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named csc

On Tue, Apr 7, 2015 at 7:59 AM, Oscar Celma [email protected]
wrote:

I don't think the warnings are the issue.

What message (if any) do you get when you run this command-line?

$ python -c "from csc import divisi2"


Reply to this email directly or view it on GitHub
#11 (comment).

from python-recsys.

abhinabyu avatar abhinabyu commented on July 30, 2024

After re installation of all library these are the screen shots of
CSC-pysparse

On Tue, Apr 7, 2015 at 9:56 AM, Abhimanyu Sharma [email protected]
wrote:

Hi,
This is the message i got :

abhimanyu@abhi-pc:~$ python -c "from csc import divisi2"
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named csc

On Tue, Apr 7, 2015 at 7:59 AM, Oscar Celma [email protected]
wrote:

I don't think the warnings are the issue.

What message (if any) do you get when you run this command-line?

$ python -c "from csc import divisi2"


Reply to this email directly or view it on GitHub
#11 (comment)
.

from python-recsys.

TungTNguyen avatar TungTNguyen commented on July 30, 2024

How did you pass through it, I got the same issue as yours

from python-recsys.

thuvh avatar thuvh commented on July 30, 2024

@TungTNguyen

Traceback (most recent call last):
File "load.py", line 1, in
from recsys.algorithm.factorize import SVD
File "/home/abhimanyu/Desktop/python-recsys-master/recsys/algorithm/factorize.py", line 15, in
from csc import divisi2
ImportError: No module named csc

you should understand this error message, is csc package installed?

from python-recsys.

TungTNguyen avatar TungTNguyen commented on July 30, 2024

Yes, it's not. I don't know about the module, but I did pip install csc-pysparse as instructed.
In the console, it tells me that pip is installing the setup.py file. Then something goes awry like Visual Studio C++ 9 is required Thanks for your help, in advance

from python-recsys.

thuvh avatar thuvh commented on July 30, 2024

When you install csc-pyspare package, there are some required libraries and they need to be compiled, so that Visual Studio C++ 9 is required to compile them.

from python-recsys.

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.