-
Notifications
You must be signed in to change notification settings - Fork 183
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
Unable to install requirements #3
Comments
@HyperManTT Thank you for submitting the issue. I will look into it and resolve the same at the earliest |
@HyperManTT Kindly pull the updated code and let me know if the issue is still persisting. |
@devAmoghS , I've pulled the updated code but unfortunately I still have the same issue. I have confirmed I'm using Python 3.5.6 and the conda virtualenv. See error below:
|
@HyperManTT Modified the installation notes, kindly check |
@devAmoghS Tried with the updated instructions. See issue below:
|
Try adding the conda-forge channel to your list of channels with this command: conda config --append channels conda-forge. It tells conda to also look on the conda-forge channel when you search for packages. You can then simply install the packages with Channels are basically servers for people to host packages on and the community-driven conda-forge is usually a good place to start when packages are not available via the standard channels. |
|
Hey @devAmoghS, added conda-forge but some packages are still missing from the channels I have. See below:
|
Use this command to install the missing packages |
You can search the packages on this website as well. |
Hey @devAmoghS , Seems the names in the requirements file were incorrect, at least for me. I've modified them and run the following and it now works:
|
When installing the requirements I am met with a host of "Could not find a version..." errors. I have confirmed that I am indeed using Python 3.5 and followed your instructions on creating and activating a conda environment. See error below:
The text was updated successfully, but these errors were encountered: