jaimeliew1 / Mann.rs

A Mann turbulence generator for Python written in Rust
MIT License
9 stars 4 forks source link

Pip install mannrs doesnt seem to work #12

Open MarcusBinderDTU opened 5 months ago

MarcusBinderDTU commented 5 months ago

Hey!

I just tried to pip install it, bit it gave the following error:

ERROR: Could not find a version that satisfies the requirement mannrs (from versions: none)
ERROR: No matching distribution found for mannrs
jaimeliew1 commented 5 months ago

Hi Marcus,

Thanks for reaching out. I'm always working to improve the installation process. Could you share which command(s) you used to install Mann.rs, as well as some details about your project setup and more of the error output? I just tested the pip installation process in the README, and it worked for me. Any additional details would be appreciated so we can get to the bottom of this.

Cheers,

Jaime

MarcusBinderDTU commented 5 months ago

EDIT: did you just update the readme? I am pretty sure that it said you could pip install it a moment ago? Ohh well, Imma just do the git clone then :)

Hey, I definitely didnt expect such a fast response!

I am simply running the pip install mannrs command on Sophia, where I have a conda env and rust installed.

The error it gives is:

ERROR: Could not find a version that satisfies the requirement mannrs (from versions: none)
ERROR: No matching distribution found for mannrs

I could see that you have recently updated the package, so I kinda just assumed that something broke. But if it works for you, then I guess I must be the problem haha

Best,

Marcus

jaimeliew1 commented 5 months ago

Yes I am in the process of updating the package to be more easily installable. Currently, I am working to make pip install mannrs work on all platforms, but it is not quite there yet. In the meantime, I recommend trying to install from the github repository. You can use:

git clone https://github.com/jaimeliew1/Mann.rs.git
cd Mann.rs
pip install .
MarcusBinderDTU commented 5 months ago

Ahh, okok, I didnt see that you updated the readme.

You had me questioning my own sanity for a second. I was certain that I saw you could use pip install mannrs haha!

But thanks, this works just fine!

Have a nice weekend

jaimeliew1 commented 5 months ago

Hi Marcus,

I have just uploaded the new package to Pypi, so pip install mannrs might actually work now (still in the process of testing it, but it looks good so far). Let me know how it goes.

MarcusBinderDTU commented 5 months ago

I have already installed it with the git clone way, and that works perfectly. I can try and pip install it aswell later. Imma let you know if there is any problems