Coder Social home page Coder Social logo

Install not seeming to work. about scikit-tensor HOT 6 OPEN

mnick avatar mnick commented on August 24, 2024 5
Install not seeming to work.

from scikit-tensor.

Comments (6)

evertrol avatar evertrol commented on August 24, 2024 3

Installing directly from the repository appears to work:

python3 -m pip install git+https://github.com/mnick/scikit-tensor.git

though some unit tests fail for (yet) unknown reasons.

from scikit-tensor.

wohlert avatar wohlert commented on August 24, 2024 2

You run into this error because you are running Python 3+. The package is not yet implemented for this version of Python and it does not seem like the creator is maintaining the project anymore.

If you install Python 2 and install this package you should have no problems.

from scikit-tensor.

agjayant avatar agjayant commented on August 24, 2024

Installing in development mode seems to work for Python 3.6. Is it fixed entirely for Python 3+, or there are some issues ?

from scikit-tensor.

KKaltdorf avatar KKaltdorf commented on August 24, 2024

Hi, I have the same problem (see error message below). The installation doesn't work although I have python 2 installed. Installation in development mode didn't work too. Can you help me?

wbbi106:/home/krs66uc/anaconda3/SuRVoS # ./SuRVoS
Traceback (most recent call last):
File "./SuRVoS", line 7, in
import h5py as h5
ImportError: No module named h5py
wbbi106:/home/krs66uc/anaconda3/SuRVoS # exit
exit
wbbi106:~/anaconda3/SuRVoS> su
Passwort:
wbbi106:/home/krs66uc/anaconda3/SuRVoS # pip install --upgrade scikit-tensor
Collecting scikit-tensor
Using cached scikit-tensor-0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-kwwjrqn0/scikit-tensor/setup.py", line 79
print mod.version
^
SyntaxError: Missing parentheses in call to 'print'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kwwjrqn0/scikit-tensor/
wbbi106:~/Programme/SuRVoS> python --version
Python 2.7.13

from scikit-tensor.

wohlert avatar wohlert commented on August 24, 2024

When you are running pip install --upgrade scikit-tensor it looks like it defaults to Python 3. You could perhaps try pip2 install --upgrade scikit-tensor?

from scikit-tensor.

lavaait avatar lavaait commented on August 24, 2024

Installing directly from the repository appears to work:

python3 -m pip install git+https://github.com/mnick/scikit-tensor.git

though some unit tests fail for (yet) unknown reasons.

Yes this works for me.Thank you

from scikit-tensor.

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.