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

Path-based source pypi distributions #903

Closed
2 tasks done
pablovela5620 opened this issue Mar 3, 2024 · 2 comments
Closed
2 tasks done

Path-based source pypi distributions #903

pablovela5620 opened this issue Mar 3, 2024 · 2 comments
Labels
🐞 bug Something isn't working

Comments

@pablovela5620
Copy link
Contributor

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

https://github.com/kcheng1021/GaussianPro
wanted to try out the most recent pixi import from a conda environment from a the recently released GaussianPro model and get the following error from this environment.yml

pixi init --import environment.yml 

environment.yml file

name: gaussianpro
channels:
  - pytorch
  - conda-forge
  - defaults
dependencies:
  - cudatoolkit=11.6
  - plyfile=0.8.1
  - python=3.7.13
  - pip=22.3.1
  - pytorch=1.12.1
  - torchaudio=0.12.1
  - torchvision=0.13.1
  - tqdm
  - pip:
    - submodules/diff-gaussian-rasterization
    - submodules/simple-knn

error

pixi init --import environment.yml
  × Expected one of `@`, `(`, `<`, `=`, `>`, `~`, `!`, `;`, found `/`
  │ submodules/diff-gaussian-rasterization
  │           ^

Issue description

Looks to be an issue with Path-based source pypi distributions

Expected behavior

Should install each pypi package

@pablovela5620 pablovela5620 added the 🐞 bug Something isn't working label Mar 3, 2024
@ruben-arts
Copy link
Contributor

We currently don't support path based distributions. This will be coming soon!

@ruben-arts
Copy link
Contributor

Closing this in favor of #879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants