Python module not found since installing anaconda

user1551817

On a remote machine (of which I'm not the administrator), I have a python code that has the line:

import george

I had previously installed the george software and everything was working fine.

More recently (again on the remote machine) I did the following:

conda install -c anaconda cudatoolkit==10.0.130 tensorflow-gpu==1.13.1 keras scikit-learn pandas scipy numpy matplotlib scikit-image jupyter pyyaml=3.13

Since then, when I try to import george I just get the message:

No module named 'george'

I guess it is now looking in the wrong place or something like that. I'm confused about having different environments / versions of python / paths. Could anyone suggest how to proceed so that I can import george again?

Thank you in advance.

FlyingTeller

You need to install the package in your conda environment using

conda install -c conda-forge george 

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Installing caffe on ubuntu 15.04 with anaconda 3 for python 3.4 - no module caffe found

Python 3.9 module not found after installing with pip

Python: module not found, immediately after installing it

Installing pygame module in anaconda mac

no module found error in python even after installing module

Vagrant Installing Anaconda Python?

Installed Opencv 3.4 with Anaconda Env Python Path - "No Module found"

After installing anaconda - command not found: jupyter

problem in installing dlib module for anaconda on mac os

Error installing Python 3.7 with Anaconda

Module not found error in Pycharm , but it is installed as Anaconda package

Python module not installing completely

Python Anaconda no module name _imagingtk

ImportError: No module named - python anaconda

when installing bulma css with angular module is not found

Getting a 'module not found' error after installing a package

errorr installing pyobjc on Anaconda python on OSX 10.10.2

Installing opencv 3.1 with anaconda python3?

python: after installing anaconda, how to import pandas

Installing anaconda over existing python system?

Problems installing "MATLAB Engine for Python" with Anaconda

Installing tensorflow with Pip Python 3.5 anaconda in windows

Installing a python package that is not available in anaconda (smtplib)

Installing Python 3.10 on Anaconda (Win 11)

Installing dlib on anaconda with python=3.6 build failed

Installing anaconda

Cannot import module after installing, Anaconda/Spyder/Jupyter

Python module not found in virtualenv

Python - Module Not Found