Git Product home page Git Product logo

conda-export's People

Contributors

eiphy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

conda-export's Issues

Installation / usage issue - "FileNotFoundError: [WinError 2] The system cannot find the file specified"

Have a difficult time figuring out how to install this. And how to use it. Not much info in the readme. Yes, I am new to this (installing packages from github).

I found out the package is added in pip, so I tried to simply run pip install ecoport, inside the conda environment. It seem to work. Kind of. I get the files. It shows up in C:\ProgramData\Anaconda3\envs\myenv\Lib\site-packages.

However, when I try to run python -m ecoport I get a FileNotFoundError.

I tried to install it in base and there it worked. But, there is not really any point using this if I can't run it in different environments.

(myenv) C:\ws>pip install ecoport
Requirement already satisfied: ecoport in c:\programdata\anaconda3\envs\myenv\lib\site-packages (0.0.1)
Requirement already satisfied: pyyaml in c:\programdata\anaconda3\envs\myenv\lib\site-packages (from ecoport) (6.0)

(myenv) C:\ws>python -m ecoport
Traceback (most recent call last):
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\site-packages\ecoport\__main__.py", line 83, in <module>
    main(args)
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\site-packages\ecoport\__main__.py", line 59, in main
    pkg_names = [n for n in get_history_export_pkg_names()]
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\site-packages\ecoport\__main__.py", line 40, in get_history_export_pkg_names
    subprocess.check_output("conda env export --from-history".split(" "))
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\subprocess.py", line 424, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\subprocess.py", line 505, in run
    with Popen(*popenargs, **kwargs) as process:
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\ProgramData\Anaconda3\envs\myenv\lib\subprocess.py", line 1420, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

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.