Coder Social home page Coder Social logo

error in creating env about cudf HOT 8 CLOSED

rapidsai avatar rapidsai commented on June 16, 2024
error in creating env

from cudf.

Comments (8)

andrewseidl avatar andrewseidl commented on June 16, 2024 1

Hi @yutiansut

Are you using Bash and if so, did you open a new terminal after installing Miniconda? The installer will add /home/quant/miniconda2/bin to your PATH in ~/.bashrc, but you'll need to open a new terminal to activate it.

Alternatively you can manually add the following to your shell config files:

export PATH="/home/quant/miniconda2/bin:$PATH"

where /home/quant/miniconda2 is the Miniconda install prefix.

from cudf.

yutiansut avatar yutiansut commented on June 16, 2024

while i have already install conda

Do you accept the license terms? [yes|no]
[no] >>> yes

Miniconda2 will now be installed into this location:
/home/quant/miniconda2

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/quant/miniconda2] >>> 
PREFIX=/home/quant/miniconda2
installing: python-2.7.13-heccc3f1_16 ...
Python 2.7.13 :: Anaconda, Inc.
installing: ca-certificates-2017.08.26-h1d4fec5_0 ...
installing: conda-env-2.6.0-h36134e3_1 ...
installing: libgcc-ng-7.2.0-hcbc56d2_1 ...
installing: libstdcxx-ng-7.2.0-h24385c6_1 ...
installing: libffi-3.2.1-h4deb6c0_3 ...
installing: ncurses-6.0-h06874d7_1 ...
installing: openssl-1.0.2l-h9d1a558_3 ...
installing: tk-8.6.7-h5979e9b_1 ...
installing: yaml-0.1.7-h96e3832_1 ...
installing: zlib-1.2.11-hfbfcf68_1 ...
installing: libedit-3.1-heed3624_0 ...
installing: readline-7.0-hac23ff0_3 ...
installing: sqlite-3.20.1-h6d8b0f3_1 ...
installing: asn1crypto-0.22.0-py27h94ebe91_1 ...
installing: certifi-2017.7.27.1-py27h9ceb091_0 ...
installing: chardet-3.0.4-py27hfa10054_1 ...
installing: enum34-1.1.6-py27h99a27e9_1 ...
installing: idna-2.6-py27h5722d68_1 ...
installing: ipaddress-1.0.18-py27h337fd85_0 ...
installing: pycosat-0.6.2-py27h1cf261c_1 ...
installing: pycparser-2.18-py27hefa08c5_1 ...
installing: pysocks-1.6.7-py27he2db6d2_1 ...
installing: ruamel_yaml-0.11.14-py27h672d447_2 ...
installing: six-1.10.0-py27hdcd7534_1 ...
installing: cffi-1.10.0-py27hf1aaaf4_1 ...
installing: setuptools-36.5.0-py27h68b189e_0 ...
installing: cryptography-2.0.3-py27hea39389_1 ...
installing: wheel-0.29.0-py27h411dd7b_1 ...
installing: pip-9.0.1-py27h4c18a59_2 ...
installing: pyopenssl-17.2.0-py27h189ff3b_0 ...
installing: urllib3-1.22-py27ha55213b_0 ...
installing: requests-2.18.4-py27hc5b0589_1 ...
installing: conda-4.3.27-py27hff99c7a_0 ...
installation finished.
Do you wish the installer to prepend the Miniconda2 install location
to PATH in your /home/quant/.bashrc ? [yes|no]
[no] >>> yes

Appending source /home/quant/miniconda2/bin/activate to /home/quant/.bashrc
A backup will be made to: /home/quant/.bashrc-miniconda2.bak


For this change to become active, you have to open a new terminal.

Thank you for installing Miniconda2!

from cudf.

yutiansut avatar yutiansut commented on June 16, 2024

thx I'll try it~~

from cudf.

yutiansut avatar yutiansut commented on June 16, 2024

@andrewseidl it does, however there is an another question(my environment: Ubuntu16.04 amd64):

quant@quantaxis:~$ export PATH="/home/quant/miniconda2/bin:$PATH"
quant@quantaxis:~$ conda env create --name pygdf_dev --file conda_environments/testing_py35.yml

SpecNotFound: Invalid name, try the format: user/package

quant@quantaxis:~$ 

from cudf.

wamsiv avatar wamsiv commented on June 16, 2024

@yutiansut you shouldn't be needing env to be specified. Try running conda create --name pygdf_dev --file conda_environments/testing_py35.yml.

from cudf.

LeoLee1 avatar LeoLee1 commented on June 16, 2024

@yutiansut I'm not sure, but first you should clone pygdf locally from git repo.

ubuntu01~$ git clone https://github.com/gpuopenanalytics/pygdf.git
ubuntu01~$ cd pygdf/
~/pygdf$ conda env create --name pygdf_dev --file conda_environments/testing_py35.yml

From my side, it's working very well. Hope to get some helps for your work!!

from cudf.

LeoLee1 avatar LeoLee1 commented on June 16, 2024

In my environments, I need to revise the below one.
Please refer to my code in the testing_py35.yml with python3.5.

  • libgdf=0.1.0a1.dev=hc00b221_72
  • libgdf_cffi=0.1.0a1.dev=py35hacc5fee_72
  • numba=0.34.0=np112py35_81

from cudf.

sklam avatar sklam commented on June 16, 2024

I have made the testing_py35.yml env spec less specific in #90. It should work fine now.

from cudf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.