Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements Version Issue #12

Open
sauradip opened this issue May 17, 2020 · 1 comment
Open

Requirements Version Issue #12

sauradip opened this issue May 17, 2020 · 1 comment

Comments

@sauradip
Copy link

hi, excellent work but i cannot install the requirements with python 3.6 in ubuntu 16.04.

i am facing issue in installing ffnet , spacepy and pydensecrf

can you let me know what is the python version of your system

@amitbcp
Copy link

amitbcp commented Jul 10, 2020

Hi @sauradip

Please use the commands below if you are using an ubuntu system.

add-apt-repository universe
apt update
apt install gfortran

apt-get update
apt-get install -y libsm6 libxext6 libxrender-dev

Once, done remove the dependency spacepy,pydensecrf and ffnet from requirements.txt and install it separately.
It works for me this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants