Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editable install of volmdlr in PyCharm venv #910

Open
1 task done
pgibertini opened this issue Jun 21, 2023 · 0 comments
Open
1 task done

Editable install of volmdlr in PyCharm venv #910

pgibertini opened this issue Jun 21, 2023 · 0 comments

Comments

@pgibertini
Copy link
Contributor

  • I'm submitting a ...
    • bug report

Dev install of volmdlr in PyCharm venv:

  • with python [setup.py](http://setup.py) develop —user (recommended by volmdlr doc)

    • compiles cython files but does not install the package as such (cannot be imported)
  • with pip install .

    • works, but not installed editable, so you'll need to run the command again each time you install (install in the site-packages folder).
  • with pip install -e .

    • compiles cython files but volmdlr remains unimportable
    • does not work correctly for volmdlr (not importable):
    • Here are the files created in site-packages folder by this install
      image
      image
  • manually (only way to have it working for me in my PyCharm venv)

    • inspired by dessia_common install with pip install -e ..

    • in the site-packages folder:

      • Create a volmdlr.egg-link file
      /home/gibertini/PycharmProjects/my_project/volmdlr
      .
      
      • Add an entry to easy-install.pth
      /home/gibertini/PycharmProjects/my_project/volmdlr
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant