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

Problem running the code #667

Open
exclusive86 opened this issue Aug 12, 2019 · 1 comment
Open

Problem running the code #667

exclusive86 opened this issue Aug 12, 2019 · 1 comment

Comments

@exclusive86
Copy link

Hello,

I am facing a error when i run "fabfile.py". it gives the following error
File "C:\Python3\fabfile.py", line 4, in
from fabric.api import *
ModuleNotFoundError: No module named 'fabric'

Can you kindly guide me how to solve this problem

Thanks

Regards

@cbroschinski
Copy link
Member

This file depends on the 3rd-party module Fabric (Fabric3, to be precise), which you would have to add to your python installation first. However, that would probably be of no use to you, as fabfile.py is a piece of code which is specifically tailored to interact with a server at our institution (it executes a remote perl script to query the Web of Science), so it won't work outside this environment.
You might want to have a look at the /python directory instead, those scripts are meant to handle several tasks involving CSV files and are much more general-purpose.

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