Category "anaconda"

"How do you want to open this file" when open Jupyter Notebook with Anaconda or Prompt

When I tried to open it, windows just pop up the regular "i don't know how to open this ext, how do you want to open it" dialog box. The anaconda prompt gave me

Installing CERN ROOT in anaconda environment- packages are not available from current channels:

I am attempting to install CERNS ROOT in anaconda, for use of pyRoot. (I am using conda 4.10.3) I have set up a new environment with python 2.7, because I belie

Conda uses .local packages

I feel like this is a basic question, so feel free to direct me to any resources: My conda environment uses .local ahead of the package version specified in the

AttributeError: The vocab attribute was removed from KeyedVector in Gensim 4.0.0

AttributeError Traceback (most recent call last) ~/Desktop/implimentaion/train.py in 31 use_w2v = True 32 ---> 33 train_df, embed

RuntimeWarning: unknown response content type 'text/html' returning raw response

I tried to use apache jena fuseki in my python code so I found this: https://sparqlwrapper.readthedocs.io/en/latest/main.html I followed the first example and h

Jupyter Lab not opening on Ubuntu

Im using Ubuntu as my OS. I have been able to download and open anaconda-navigator through command line. but I can't open up Jupyter lab or jupyter notebook. it

Spyder 5 won't launch

I just downloaded Spyder 5 using conda upgrade anaconda conda install spyder=5.0.0 However, after installation when I launch Spyder from the Windows menu, I se

How to create a requirements.txt file in Django project?

I have been trying to create a requirements.txt file from the Pycharm terminal but it is adding all unnecessary packages as well. What should I do to show only

Could not find conda environment

I am trying to re-enter my conda environment but I am having trouble doing so as when I type conda activate (evironment name) or source activate (environment na

Why is Tensorflow not recognizing my GPU after conda install?

I am new to deep learning and I have been trying to install tensorflow-gpu version in my pc in vain for the last 2 days. I avoided installing CUDA and cuDNN dri

How to access predefined environment variables in conda environment.yml?

I wish to share an environment.yml file for others to reproduce the same setup as I have. The code we use depends on the environment variable $PWD. I wish to se

How to modify .condarc file or use pinning to force conda to install the noarch selenium version when running "conda update --all"?

I would like to install selenium v4.1.0 on Anaconda python on Windows. https://anaconda.org/conda-forge/selenium If you run conda install selenium, conda will i

Setting up Hydrogen and Atom with Anaconda on Windows

I would like to run python interactively in ATOM using the Hydrogen package. I am on Windows 10. I would like to be able to initiate an ATOM session by double

Viewing history of conda transactions?

Is there a way of viewing past conda transactions? For instance, a history of all conda install actions I did in the current environment would be great. Thank

Unable to run anipose due to ImportError: cannot import name 'keras_export' from 'tensorflow.python.util.tf_export'

I've been attempting to install and run anipose in Ubuntu 18.04 I keep getting the same import error though I've made sure keras is installed. I've also searche

Having issues to import imblearn python package on Jupyter notebook on Anaconda

I wanted to install imbalanced-learn using pip install imbalanced-learn. Then I have tried import from imblearn.ensemble import EasyEnsembleClassifier This imp

Import of transformers package throwing value_error

I have successfully installed transformers package in my Jupyter Notebook from Anaconda administrator console using the command 'conda install -c conda-forge tr

Conda environment not showing up in VS Code

I installed miniconda on Windows 10 and created an environment (I followed this guide: https://www.notion.so/shashankkalanithi/Setting-Up-Conda-Environment-ba83

Hugginface transformers module not recognized by anaconda

I am using Anaconda, python 3.7, windows 10. I tried to install transformers by https://huggingface.co/transformers/ on my env. I am aware that I must have eith

How to build a .exe program from the Anaconda environment (Python 3.7)

How can I build a .exe program from my Anaconda environment to get a standalone application?