-
Notifications
You must be signed in to change notification settings - Fork 0
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
No setup.py to install repo error message when trying to install and insufficient guidance on preparing inputs for the codes... #1
Comments
I was able to run some of the python codes by putting the |
Hi @SJScott how did you setup the environment, did you end using a tensorflow-gpu? |
It has been quite awhile since I ran the article separation but I think these are the packages in the environment...
|
here is my env too: I also copied the article segmentation dir to site-packages, list.txt file contiains only one line: - but keep getting this error WARNING:tensorflow:From /home/ai/miniconda3/envs/news/lib/python3.7/site-packages/article_separation/image_segmentation/net_post_processing/net_post_processing_helper.py:39: The name tf.GraphDef is deprecated. Please use tf.compat.v1.GraphDef instead. WARNING:tensorflow:From /home/ai/miniconda3/envs/news/lib/python3.7/site-packages/article_separation/image_segmentation/net_post_processing/net_post_processing_helper.py:51: calling import_graph_def (from tensorflow.python.framework.importer) with op_dict is deprecated and will be removed in a future version. WARNING:tensorflow:From /home/ai/miniconda3/envs/news/lib/python3.7/site-packages/article_separation/image_segmentation/net_post_processing/net_post_processing_helper.py:68: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead. 2023-06-21 01:58:54.747478: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Do you remember any other step you did before running? |
Hi
I am very interested in trying out your repo, but I have had trouble installing it on my Windows PC.
I created an anaconda environment and installed all the dependencies in the requirements.txt file.
I cloned your repo using the command:
git clone https://github.com/CITlabRostock/citlab-article-separation-new.git
Changed directories using:
cd citlab-article-separation-new
But when I tried to install it in my environment, using:
pip install -e .
I got the error message:
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: D:\citlab-article-separation-new
Is the setup.py file missing, or is there another way the repo should be installed in my environment?
Thanks in advance!
The text was updated successfully, but these errors were encountered: