-
Notifications
You must be signed in to change notification settings - Fork 35
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
Trouble following packaging libraries tutorial #217
Comments
Hello! You say your Python version is 2.7.15 but you run a python3 command; are there details missing here? Can you copy the setup.py script? |
I deleted the number three from the code. Does it work?
…On Wed, Nov 28, 2018, 4:20 PM Éric Araujo ***@***.*** wrote:
Hello! You say your Python version is 2.7.15 but you run a python3
command; are there details missing here?
Can you copy the setup.py script?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#217 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI7rtGd-_2FxuaC5AyfgyrRWK6n_MowGks5uzqnWgaJpZM4Y3Jx3>
.
|
This isn’t enough information for people to understand what’s happening on your screen. Please copy setup.py if possible, the exact command you run, the whole ouptut from that command. |
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="PyTie_pkg",
version="0.0.1",
author="Raquel Theodoro Amancio da Silva",
author_email="ratheodoro@gmail.com",
description="Seismic-well tie in Python",
long_description="This package can read a .LAS file and return a
time-depth table. Dependencies: Lasio, Numpy, Pandas and Matplotlib.",
long_description_content_type="text/markdown",
url="https://gitlab.com/private",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 2",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
The command I use is: python setup.py sdist bdist_wheel
But nothing happens after it.
Em qua, 28 de nov de 2018 às 17:18, Éric Araujo <notifications@github.com>
escreveu:
… This isn’t enough information for people to understand what’s happening on
your screen. Please copy setup.py if possible, the exact command you run,
the whole ouptut from that command.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#217 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI7rtD06ujlDltu_wMMfc9mJvPDUXeimks5uzrc6gaJpZM4Y3Jx3>
.
--
Raquel Theodoro
|
What’s your terminal? Do other commands that you run have output (for example Can you add a screenshot? |
Hello Éric! Thank you for helping. Follow attached the screenshot.
Nothing happened when I tried the command you suggested.
Em qui, 29 de nov de 2018 às 19:15, Éric Araujo <notifications@github.com>
escreveu:
… What’s your terminal?
Do other commands that you run have output (for example python setup.py
--name)?
Can you add a screenshot?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#217 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI7rtEyFum8fMEVjMYpVnY230GvGvgnXks5u0CRZgaJpZM4Y3Jx3>
.
--
Raquel Theodoro
|
There is no screenshot, I suppose the email-github gateway is not that powerful. |
I think It`s not possible to add pictures by here as well. You can send me an e-mail: ratheodoro@gmail.com |
OS X Yosemite 10.10.5
Python 2.7.15
pip 10.0.1
Nothing happened when I run the command 'python3 setup.py sdist bdist_wheel'.
The text was updated successfully, but these errors were encountered: