Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
78203d36
"src/diffusers/quantizers/__init__.py" did not exist on "8cb5e69415ea60cd2b5012b1e5080fc8bc9da765"
Commit
78203d36
authored
Aug 20, 2015
by
Ehsan Azarnasab
Browse files
fix copy-pasted template
parent
25f0ab83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MANIFEST.in
MANIFEST.in
+1
-1
setup.py
setup.py
+1
-1
No files found.
MANIFEST.in
View file @
78203d36
#
#
# MANIFEST.in
# MANIFEST.in
#
#
# Manifest template for creating the
PySide
source distribution.
# Manifest template for creating the
dlib
source distribution.
include MANIFEST.in
include MANIFEST.in
include setup.py
include setup.py
...
...
setup.py
View file @
78203d36
...
@@ -304,7 +304,7 @@ class build(_build):
...
@@ -304,7 +304,7 @@ class build(_build):
"""
"""
if
cmake_path
is
None
:
if
cmake_path
is
None
:
raise
DistutilsSetupError
(
"Cannot find cmake in the path. Please specify its path with --cmake parameter."
)
raise
DistutilsSetupError
(
"Cannot find cmake in the path. Please specify its path with --cmake parameter."
)
platform_arch
=
platform
.
architecture
()[
0
]
platform_arch
=
platform
.
architecture
()[
0
]
log
.
info
(
"Detected Python architecture: %s"
%
platform_arch
)
log
.
info
(
"Detected Python architecture: %s"
%
platform_arch
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment