-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
just download the library and python setup.py |
"fatal: repository 'https://github.com/kdschlosser/python_msvc/pyMSVC/' not
found"
I am using PyCharm and local env.
…On Wed, Jul 27, 2022 at 5:39 AM Kevin Schlosser ***@***.***> wrote:
just download the library and
python setup.py
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBNY3CO7PEN7LJWVOY3T23VWA5IJANCNFSM54PENG4A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
or you can run this from the command line pip install https://github.com/kdschlosser/python_msvc/archive/4062a6ab7a34e770a78106e62feb35ca3799f1a4.tar.gz |
Thanks, the pip install worked. Now i have to go back to the original issue
and see if i can get all the way through.
…On Thu, Jul 28, 2022 at 3:48 PM Kevin Schlosser ***@***.***> wrote:
or you can run this from the command line
pip install
https://github.com/kdschlosser/python_msvc/archive/4062a6ab7a34e770a78106e62feb35ca3799f1a4.tar.gz
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBNY3AYKQROANJTEMJHR7DVWINJLANCNFSM54PENG4A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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 |
Kevin, the original problem was installing a package
pip install nemopt
described at
https://nemo.ozlabs.org/
It failed in multiple ways, of which your solution was the fix for one.
I thought i had been able to get all the other pieces installed separately
but it still appears to need to run the original script, which fails as
before.
The git owner doesn't think it's his problem.
I will try to explain it to him again.
…On Fri, Jul 29, 2022 at 3:25 PM Kevin Schlosser ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBNY3EHKR2QGML5CS26D5TVWNTMVANCNFSM54PENG4A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
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!!! |
shouldn't the command be python setup.py install ? |
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?
The text was updated successfully, but these errors were encountered: