You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with installation (sorry for such a basic question).
I am getting the following error after installing into a conda environment using pip. I did create the environment using a yml file (see below). Do I need to specify a different pip version in my yml?
(base) [trina.mcmahon@scarcity-submit ~]$ conda activate defense-finder
(defense-finder) [trina.mcmahon@scarcity-submit ~]$ defense-finder
-bash: defense-finder: command not found
(defense-finder) [trina.mcmahon@scarcity-submit ~]$ pip install mdmparis-defense-finder
ERROR: Could not find a version that satisfies the requirement mdmparis-defense-finder
ERROR: No matching distribution found for mdmparis-defense-finder
OS:
[ X] Linux
Windows
Mac
*** Version of your the defenseFinder software and Models***
I used what should be the most current versions based on pip?
Additional context
This is the yml file I used to create the environment:
name: defense-finder
channels:
defaults
dependencies:
pip=20.3.3
python=3.6.0
pip:
requests-html==0.10.0
Thank you!!!
trina
The text was updated successfully, but these errors were encountered:
Hi! I'm excited to start using this tool.
I'm having trouble with installation (sorry for such a basic question).
I am getting the following error after installing into a conda environment using pip. I did create the environment using a yml file (see below). Do I need to specify a different pip version in my yml?
OS:
*** Version of your the defenseFinder software and Models***
I used what should be the most current versions based on pip?
Additional context
This is the yml file I used to create the environment:
name: defense-finder
channels:
dependencies:
Thank you!!!
trina
The text was updated successfully, but these errors were encountered: