Skip to content
Discussion options

You must be logged in to vote

👋 @NickleDave Whatever issue you were having seems to have been transitory, as I was able to build and install vocalpy with no issues on my

$ uname -ms
Linux x86_64

machine:

$ pixi --version
pixi 0.44.0
$ git clone --recursive [email protected]:vocalpy/vocalpy.git
$ cd vocalpy
$ git checkout origin/test-pixi-install -b test-pixi-install
$ pixi install
✔ The default environment has been installed.
$ pixi list vocalpy
Package  Version  Build  Size  Kind  Source
vocalpy  0.9.5                 pypi   (editable)
$ pixi run python -c 'import vocalpy; print(vocalpy)'
<module 'vocalpy' from '/tmp/vocalpy/src/vocalpy/__init__.py'>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@NickleDave
Comment options

@matthewfeickert
Comment options

Answer selected by NickleDave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants