scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in running pip install -r requirements.txt

priyansh2003 opened this issue · comments

Describe the bug
a longgg error despite installing sql server and setting up the python environment. Probably the README is unupdated.

To Reproduce
Run pip install -r requirements.txt in tensormap-server

Expected behavior
A long [300ish] line error ending with: note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

@ivantha please look into this.

The reason for this is the dependencies in requirements.txt file are not updated, hence conflict occurs

Hey @priyansh2003 you can check updated Readme resolve the issue.
You can also resolve pip error by installing python 3.9 version

i have the same problem ;(