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

Help on git download #4

Open
Gerryjj opened this issue Jul 24, 2022 · 12 comments
Open

Help on git download #4

Gerryjj opened this issue Jul 24, 2022 · 12 comments

Comments

@Gerryjj
Copy link

Gerryjj commented Jul 24, 2022

Sorry, but i am a complete newbie on anything out of the ordinary on setup/disutils/git
I have tried variations on
pip install -e git+https://github.com/kdschlosser/python_msvc/pyMSVC#egg=pyMSVC
but get not found on eact try.
What is the correct pip install text please?
there is also a setup.py, what do i need to do with that?

@kdschlosser
Copy link
Owner

just download the library and

python setup.py

@Gerryjj
Copy link
Author

Gerryjj commented Jul 27, 2022 via email

@kdschlosser
Copy link
Owner

kdschlosser commented Jul 28, 2022

@kdschlosser
Copy link
Owner

kdschlosser commented Jul 28, 2022

Go here

https://github.com/kdschlosser/python_msvc

click on the green "Code" button and click on download zip.

unzip it into a temporary directory. then have python run the setup.py file.

@kdschlosser
Copy link
Owner

or you can run this from the command line

pip install https://github.com/kdschlosser/python_msvc/archive/4062a6ab7a34e770a78106e62feb35ca3799f1a4.tar.gz

@Gerryjj
Copy link
Author

Gerryjj commented Jul 28, 2022 via email

@kdschlosser
Copy link
Owner

what is the original issue??

I can give you instruction on how to use this library if I know what you are trying to do/fix

@Gerryjj
Copy link
Author

Gerryjj commented Jul 29, 2022 via email

@kdschlosser
Copy link
Owner

@kdschlosser
Copy link
Owner

kdschlosser commented Aug 1, 2022

pip install -vvv --no-cache-dir https://github.com/kdschlosser/NEMO/archive/7e0f8b0a27e374b2f27edc1948f4b38ceef1e895.tar.gz

@AndreaV-Lsi
Copy link

since installing with pip in a virtual environment is slightly tedious I executed the setup.py by means of conda in a specified environment with this command

conda run -n my-environment python setup.py install

hope is useful. And thanks now my Cython code runs!!!

@AndreaV-Lsi
Copy link

just download the library and

python setup.py

shouldn't the command be

python setup.py install

?

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