Giter VIP home page Giter VIP logo

Comments (2)

prodigy avatar prodigy commented on June 12, 2024

I just noticed I do not need to manually call pip install, nonetheless the installation fails with:

+ E:\Tools\Solar\inverter-connect\.venv-app\Scripts\inverter_app edit-settings

Traceback (most recent call last):
  File "C:\Users\sgrun\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\sgrun\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "E:\Tools\Solar\inverter-connect\.venv-app\Scripts\inverter_app.exe\__main__.py", line 4, in <module>
  File "E:\Tools\Solar\inverter-connect\inverter\__main__.py", line 7, in <module>
    from inverter.cli import cli_app
  File "E:\Tools\Solar\inverter-connect\inverter\cli\cli_app.py", line 16, in <module>
    from cli_base.toml_settings.api import TomlSettings
  File "E:\Tools\Solar\inverter-connect\.venv-app\lib\site-packages\cli_base\toml_settings\api.py", line 11, in <module>
    from cli_base.cli_tools.path_utils import backup, expand_user
  File "E:\Tools\Solar\inverter-connect\.venv-app\lib\site-packages\cli_base\cli_tools\path_utils.py", line 4, in <module>
    import pwd
ModuleNotFoundError: No module named 'pwd'
PS E:\Tools\Solar\inverter-connect>

Using a Ubuntu in WSL works.

from inverter-connect.

jedie avatar jedie commented on June 12, 2024

Using a Ubuntu in WSL works.

That's it.

pwd doesn't exists under windows. I did not use windows. It would be too much work for me to customize everything for windows. But basically it could work.

from inverter-connect.

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.