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

installation #22

Open
nicolashazzi23 opened this issue Dec 18, 2023 · 6 comments
Open

installation #22

nicolashazzi23 opened this issue Dec 18, 2023 · 6 comments

Comments

@nicolashazzi23
Copy link

Hi

I have been struggling for days trying to install the software following the installation instructions and the comments of a user in a previous issue, but nothing has worked out. I also meet with a person that knows about python and he told me that is very likely that some of the dependencies of the script setup.py are not updated. After installing many of the dependencies I reach to the point of "Best match: contourpy 1.2.0
Processing contourpy-1.2.0.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-op63jyw2/contourpy-1.2.0.tar.gz" without bein able to solved it. Thus, I would like to ask if you have an updated version of setup.py? or what could I do to installed it?

thanks

Nicolas Hazzi

@cjbattey
Copy link
Collaborator

Hi Nicolas,

Sorry about that. I'll take a look at the setup script this evening and see if there have been any breaking dependency updates.

CJ

@nicolashazzi23
Copy link
Author

Thanks CJ, I appreciated it, because I really want to used the software.

@cjbattey
Copy link
Collaborator

Well, I confirmed the install instructions are also broken on my machine. Appears to be an issue with installing scikit-allel with the older version of Python we're using. I don't have a solution yet, will try again later this week.

CJ

@diogofclima5
Copy link

Hi CJ, did you find a solution for this already?

@cjbattey
Copy link
Collaborator

cjbattey commented Apr 3, 2024

Hi, sorry for the delay. This took a few attempts.

I updated the build system and install instructions in this branch and will PR to master soon: https://github.com/kr-colab/popvae/tree/dev

If you'd like to try it earlier, try moving or deleting any existing popvae folder and then reinstall from the dev branch:

conda create --name popvae python=3.10
conda activate popvae
git clone --branch dev https://github.com/kr-colab/popvae.git
cd popvae
pip install --upgrade pip
pip install ./

(if you try this please comment here if it worked. I have it working on an M3 MacBook now)

@diogofclima5
Copy link

Thank you CJ, it did work

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

3 participants