Entrypoint compas_rpc seems to have hardcoded python path when installed from conda
See original GitHub issueDescribe the bug
Entrypoint compas_rpc
(from entrypoints in setup.py) gives following output using conda installed compas:
(t2fofin) C:\Users\a\repos>compas_rpc start
Fatal error in launcher: Unable to create process using '"d:\bld\compas_1585547578076\_h_env\python.exe" "C:\tools\miniconda3\envs\t2fofin\Scripts\compas_rpc.exe" start': The system cannot find the file specified.
To Reproduce Steps to reproduce the behavior:
- From anaconda env with compas 0.15.5
compas_rpc start
Expected behavior
This works fine in my virtualenv
using editable pip installation.
Desktop (please complete the following information):
- OS: Windows 10
- Python version 3.8
- Python package manager conda
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
[python] console script entry points not working ... - GitHub
Trying to run the entry point script returns an error. ... points can end up in with some paths hardcoded from the conda-build...
Read more >How to I create an entry point to a Conda package/application?
I have successfully run conda-build to wrap up my code into a .tar.bz2 file. I created a new conda environment, and tested installing...
Read more >Troubleshooting — conda 22.11.1.post16+ce4e810c9 ...
Conda reports that a package is installed, but it appears not to be ... For Python packages, you have set the PYTHONPATH or...
Read more >Add Python packages using the conda package manager
The following steps are an example of how to set up a Python environment and install packages to a local directory using conda....
Read more >Installation — Numba 0.50.1 documentation
The easiest way to install Numba and get updates is by using conda , a cross-platform package manager and software distribution maintained by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed, it was not a bug in conda-build, it was a problem in our feedstock (recipe) for
compas
.Thanks, I’ll verify what’s going on.